summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-17NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-17nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-17nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-11-05ext4: fix unjournaled inode bitmap modificationEric Sandeen1-10/+9
2012-10-31freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-31sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2012-10-31fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-28NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2-2/+3
2012-10-28nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-10-28ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner1-2/+3
2012-10-28ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov1-11/+46
2012-10-21eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-10-21eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-10-21eCryptfs: Revert to a writethrough cache modelTyler Hicks3-63/+15
2012-10-21eCryptfs: Initialize empty lower files when opening themTyler Hicks3-28/+49
2012-10-21eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-10-21jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
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: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
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-13udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
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-13kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
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-10-07vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-10-02LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-10-02NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2-5/+7
2012-10-02NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky3-17/+14
2012-10-02NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-10-02NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-10-02NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-10-02cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-10-02fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-10-02eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-10-02vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-10-02vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1