aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik4-2/+11
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain5-16/+16
2012-12-16btrfs: Notify udev when removing deviceLukas Czerner1-0/+16
2012-12-16Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie1-2/+1
2012-12-16Btrfs: punch hole past the end of the fileMiao Xie1-10/+12
2012-12-16Btrfs: fix the page that is beyond EOFMiao Xie1-7/+9
2012-12-16Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()Miao Xie1-2/+2
2012-12-16Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie1-0/+7
2012-12-16Btrfs: don't auto defrag a file when doing directIOMiao Xie1-3/+0
2012-12-16Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsizeWang Sheng-Hui1-11/+9
2012-12-16Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger1-12/+11
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+6
2012-12-16Btrfs: add fiemap's flag checkTsutomu Itoh1-0/+8
2012-12-16Btrfs: don't add a NULL extended attributeLiu Bo1-0/+10
2012-12-16Btrfs: skip adding an acl attribute if we don't have toLiu Bo1-0/+2
2012-12-16Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()Miao Xie1-2/+2
2012-12-16Btrfs: use existing align macros in btrfs_allocate()Miao Xie1-4/+4
2012-12-16Btrfs: fix a scrub regression in case of write errorsStefan Behrens1-1/+2
2012-12-16Btrfs: fix a build warning for an unused labelStefan Behrens1-1/+0
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens1-1/+1
2012-12-16Btrfs: fix freeze vs auto defragMiao Xie1-0/+3
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie3-91/+109
2012-12-16Btrfs: fix unprotected defragable inode insertionMiao Xie1-15/+55
2012-12-16Btrfs: use slabs for auto defrag allocationMiao Xie3-5/+34
2012-12-16Btrfs: get write access for qgroup operationsMiao Xie1-25/+48
2012-12-16Btrfs: get write access for scrubMiao Xie1-3/+13
2012-12-16Btrfs: get write access when removing a deviceMiao Xie1-4/+8
2012-12-16Btrfs: get write access when doing resize fsMiao Xie1-2/+8
2012-12-16Btrfs: get write access when setting the default subvolumeMiao Xie1-12/+28
2012-12-16Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie1-7/+8
2012-12-16Btrfs: don't start a new transaction when starting syncMiao Xie2-9/+18
2012-12-16Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie1-6/+6
2012-12-16Btrfs: fix an while-loop of listxattrLiu Bo1-1/+1
2012-12-16Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui1-1/+0
2012-12-16Btrfs: add support for device replace ioctlsStefan Behrens2-3/+52
2012-12-16Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds29-1080/+4047
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-16/+8
2012-12-15NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust1-1/+0
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-12/+34
2012-12-15NFSv4.1: Deal effectively with interrupted RPC calls.Trond Myklebust3-9/+25
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-194/+380
2012-12-15NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust3-10/+8
2012-12-15NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.Trond Myklebust1-5/+19
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-12-14NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust1-3/+8
2012-12-14NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust4-0/+9
2012-12-14exofs: don't leak io_state and pages on read errorBoaz Harrosh1-5/+5
2012-12-13Merge branch 'autofs' (patches from Ian Kent)Linus Torvalds2-51/+41
2012-12-13autofs4 - use simple_empty() for empty directory checkIan Kent1-17/+5