summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-311-8/+8
* fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-311-0/+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: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-281-11/+46
* eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks2012-10-211-2/+8
* eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks2012-10-211-0/+1
* eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-10-213-63/+15
* eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-10-213-28/+49
* eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-10-211-23/+32
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-212-31/+78
* 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: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-211-1/+3
* NFSD: pass null terminated buf to kstrtouint()Malahal Naineni2012-10-211-1/+1
* nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-10-211-0/+1
* udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-10-131-1/+4
* 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
* kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi2012-10-131-1/+7
* 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-10-071-0/+6
* LockD: pass service to per-net up and down functionsStanislav Kinsbursky2012-10-021-7/+5
* NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2012-10-022-5/+7
* NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky2012-10-023-17/+14
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-10-021-1/+2
* NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-10-021-0/+2
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-023-4/+4
* cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-10-021-1/+1
* fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-10-021-3/+2
* eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-10-021-0/+5
* vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-021-2/+2
* vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-10-021-1/+1
* fuse: fix retrieve lengthMiklos Szeredi2012-09-141-0/+1
* ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-141-3/+14
* udf: Fix data corruption for files in ICBJan Kara2012-09-141-6/+29
* block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins2012-09-141-36/+30
* NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-09-141-0/+2