summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-21jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2012-10-21fs: prevent use after free in auditing when symlink following was deniedSasha Levin1-1/+1
2012-10-21autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins5-6/+27
2012-10-21lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky1-17/+20
2012-10-21lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
2012-10-21lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky3-2/+54
2012-10-21NFSD: pass null terminated buf to kstrtouint()Malahal Naineni1-1/+1
2012-10-21nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-10-21nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields1-1/+17
2012-10-21NFS: Remove bad delegations during open recoveryBryan Schumaker1-0/+4
2012-10-21NFS41: fix error of setting blocklayoutdriverPeng Tao2-2/+4
2012-10-21pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-10-13Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-13cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-13JFFS2: don't fail on bitflips in OOBBrian Norris1-4/+4
2012-10-13JFFS2: fix unmount regressionArtem Bityutskiy1-0/+4
2012-10-13kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-13ext4: fix mtime update in nodelalloc modeTheodore Ts'o3-6/+9
2012-10-13ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2012-10-13ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-10-13ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2012-10-13ext4: move_extent code cleanupDmitry Monakhov1-120/+47
2012-10-13ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski1-1/+1
2012-10-13ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2-7/+11
2012-10-13ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang1-4/+6
2012-10-13ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang1-0/+4
2012-10-13ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang1-3/+9
2012-10-13jbd2: don't write superblock when if its emptyEric Sandeen1-0/+5
2012-10-07coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2012-09-27trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-22close the race in nlmsvc_free_block()Al Viro1-2/+1
2012-09-22do_add_mount()/umount -l racesAl Viro1-2/+8
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-18/+29
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds1-34/+23
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes1-22/+11
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-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
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