summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pnfsblock: fix non-aligned DIO writePeng Tao2012-10-311-3/+31
* pnfsblock: fix non-aligned DIO readPeng Tao2012-10-311-31/+46
* freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov2012-10-311-1/+2
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-311-8/+8
* LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust2012-10-311-8/+6
* LOCKD: fix races in nsm_client_getTrond Myklebust2012-10-311-17/+26
* fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-311-0/+2
* VFS: don't do protected {sym,hard}links by defaultLinus Torvalds2012-10-311-2/+2
* NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-282-2/+3
* nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko2012-10-281-4/+10
* ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner2012-10-281-2/+3
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-286-20/+14
* ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-281-11/+46
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-212-31/+78
* fs: prevent use after free in auditing when symlink following was deniedSasha Levin2012-10-211-1/+1
* autofs4 - fix reset pending flag on mount failIan Kent2012-10-211-2/+4
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-215-6/+27
* lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky2012-10-211-17/+20
* lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-211-1/+3
* lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky2012-10-213-2/+54
* NFSD: pass null terminated buf to kstrtouint()Malahal Naineni2012-10-211-1/+1
* nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-10-211-0/+1
* nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields2012-10-211-1/+17
* NFS: Remove bad delegations during open recoveryBryan Schumaker2012-10-211-0/+4
* NFS41: fix error of setting blocklayoutdriverPeng Tao2012-10-212-2/+4
* pnfsblock: fix partial page buffer wirtePeng Tao2012-10-212-12/+166
* Convert properly UTF-8 to UTF-16Frediano Ziglio2012-10-131-0/+22
* cifs: reinstate the forcegid optionJeff Layton2012-10-131-0/+9
* JFFS2: don't fail on bitflips in OOBBrian Norris2012-10-131-4/+4
* JFFS2: fix unmount regressionArtem Bityutskiy2012-10-131-0/+4
* kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi2012-10-131-1/+7
* ext4: fix mtime update in nodelalloc modeTheodore Ts'o2012-10-133-6/+9
* ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-131-2/+6
* ext4: always set i_op in ext4_mknod()Bernd Schubert2012-10-131-2/+0
* ext4: online defrag is not supported for journaled filesDmitry Monakhov2012-10-131-1/+6
* ext4: move_extent code cleanupDmitry Monakhov2012-10-131-120/+47
* ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski2012-10-131-1/+1
* ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-10-132-7/+11
* ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-10-131-4/+6
* ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-10-131-0/+4
* ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-10-131-3/+9
* jbd2: don't write superblock when if its emptyEric Sandeen2012-10-131-0/+5
* coredump: prevent double-free on an error path in core dumperDenys Vlasenko2012-10-071-15/+4
* vfs: dcache: fix deadlock in tree traversalMiklos Szeredi2012-09-291-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-09-282-4/+9
|\
| * close the race in nlmsvc_free_block()Al Viro2012-09-221-2/+1
| * do_add_mount()/umount -l racesAl Viro2012-09-221-2/+8
* | trivial select_parent documentation fixJ. Bruce Fields2012-09-271-1/+1
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-221-1/+1
|\ \
| * | cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-09-181-1/+1