aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-04-202-9/+15
|\
| * quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2010-04-202-9/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-195-100/+118
|\ \
| * | eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks2010-04-191-6/+6
| * | eCryptfs: Copy lower directory inode times and size on linkTyler Hicks2010-04-191-2/+2
| * | ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney2010-04-191-1/+0
| * | ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-191-4/+4
| * | eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-191-48/+52
| * | eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-233-4/+22
| * | eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks2010-03-232-0/+2
| * | eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-234-20/+15
| * | eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-234-18/+18
* | | xfs: don't warn on EAGAIN in inode reclaimDave Chinner2010-04-161-2/+2
* | | xfs: ensure that sync updates the log tail correctlyDave Chinner2010-04-161-12/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-1410-134/+212
|\ \ \
| * | | ceph: use separate class for ceph sockets' sk_lockSage Weil2010-04-131-0/+8
| * | | ceph: reserve one more caps space when doing readdirYehuda Sadeh2010-04-131-1/+1
| * | | ceph: queue_cap_snap should always queue dirty contextSage Weil2010-04-132-11/+8
| * | | ceph: fix dentry reference leak in dcache readdirSage Weil2010-04-121-2/+2
| * | | ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil2010-04-093-73/+114
| * | | ceph: fix ack counter reset on connection resetSage Weil2010-04-021-0/+1
| * | | ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil2010-04-012-14/+38
| * | | ceph: fix snap context reference leaksSage Weil2010-04-011-20/+17
| * | | ceph: allow writeback of snapped pages older than 'oldest' snapcSage Weil2010-04-011-13/+14
| * | | ceph: fix dentry rehashing on virtual .snap dirSage Weil2010-03-302-1/+10
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-135-23/+38
|\ \ \ \
| * | | | NFSv4: fix delegated lockingTrond Myklebust2010-04-122-2/+5
| * | | | NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust2010-04-091-7/+16
| * | | | NFS: Fix a race with the new commit codeTrond Myklebust2010-04-091-7/+10
| * | | | NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust2010-04-091-2/+2
| * | | | NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust2010-04-091-4/+4
| * | | | NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-091-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2010-04-122-5/+21
|\ \ \ \ \
| * | | | | Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason2010-04-061-0/+6
| * | | | | Btrfs: fix data enospc check overflowJosef Bacik2010-04-051-5/+15
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-04-123-6/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | quota: Fix possible dq_flags corruptionAndrew Perepechko2010-04-121-6/+6
| * | | | | quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara2010-04-121-0/+6
| * | | | | ext3: symlink must be handled via filesystem specific operationDmitry Monakhov2010-04-121-0/+2
| * | | | | ext2: symlink must be handled via filesystem specific operationDmitry Monakhov2010-04-121-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-04-125-10/+16
|\ \ \ \ \
| * | | | | udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-084-4/+12
| * | | | | udf: potential integer overflowDan Carpenter2010-04-081-6/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-04-123-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi2010-04-121-1/+1
| * | | | | nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Li Hong2010-04-021-1/+1
| * | | | | nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong2010-03-311-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-092-62/+75
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusJens Axboe2010-03-1972-1991/+364
| |\ \ \ \ \
| * | | | | | vfs: improve writeback_inodes_wb()Edward Shishkin2010-03-121-60/+73