aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-09-21fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo1-4/+0
2012-09-21btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui1-1/+1
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu1-1/+7
2012-09-20ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma1-2/+0
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman3-11/+17
2012-09-19ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2-7/+11
2012-09-19ext4: speed up truncate/unlink by not using bforget() unless neededAndrey Sidorov1-2/+5
2012-09-19ext4: fix online resizing when the # of block groups is constantTheodore Ts'o1-22/+14
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-09-18ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2012-09-18ext4: re-enable -o discard functionality in no-journal modeTheodore Ts'o1-0/+2
2012-09-18jfs: Fix do_div precision in commit b40c2e66Dave Kleikamp1-3/+4
2012-09-18userns: Convert quotaEric W. Biederman1-15/+14
2012-09-18userns: Convert struct dquot_warnEric W. Biederman1-9/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman8-80/+101
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman3-14/+16
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman4-12/+20
2012-09-18userns: Convert qutoactlEric W. Biederman4-25/+43
2012-09-18userns: Implement struct kqidEric W. Biederman2-1/+133
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman1-0/+15
2012-09-18userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-09-18userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman3-23/+60
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman16-47/+49
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman3-20/+107
2012-09-17ext4: fix possible non-initialized variable in htree_dirblock_to_tree()Carlos Maiolino2-2/+4
2012-09-17ext4: do not enable delalloc by default for ext2Theodore Ts'o1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-2/+10
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-17xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-09-17JFS: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt9-21/+369
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman74-599/+743
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller74-601/+749
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds3-44/+61
2012-09-14Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+14
2012-09-14Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason1-6/+2
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas1-2/+2
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-09-13xattr: mark variable as uninitialized to make both gcc and smatch happyAristeu Rozanski1-1/+1
2012-09-13fs: add missing documentation to simple_xattr functionsAristeu Rozanski1-2/+16
2012-09-13ext4: advertise the fact that the kernel supports meta_bg resizingTheodore Ts'o1-0/+2
2012-09-13ext4: log a resize update to the console every 10 secondsTheodore Ts'o1-0/+8
2012-09-13ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o1-17/+133
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28