aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-09Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye3-6/+39
2010-12-09ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran1-13/+27
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik1-1/+5
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik2-9/+13
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman1-12/+0
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust3-4/+4
2010-12-07nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong1-4/+0
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2010-12-07nfs: Discard ACL cache on mode updateAneesh Kumar K.V1-0/+9
2010-12-07fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo1-4/+13
2010-12-07fanotify: do not leak user reference on allocation failureEric Paris1-1/+3
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris1-0/+1
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2-3/+8
2010-12-07fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo1-1/+3
2010-12-07fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo1-17/+14
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo1-0/+3
2010-12-07fanotify: deny permissions when no event was sentEric Paris1-4/+12
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton3-5/+6
2010-12-07cifs: fix check of error return from is_path_accessableJeff Layton1-1/+1
2010-12-07NFS: Readdir cleanupsTrond Myklebust1-30/+17
2010-12-07NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust1-1/+2
2010-12-07autofs4 - remove ioctl mutex (bz23142)Ian Kent1-11/+1
2010-12-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds5-10/+15
2010-12-06cifs: remove Local_System_NameJeff Layton3-16/+10
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton7-107/+99
2010-12-06ceph: fix ioctl magicSage Weil1-1/+1
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-12-03Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-2/+4
2010-12-02reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman6-3/+41
2010-12-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-83/+188
2010-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-80/+127
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust2-9/+10
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu1-37/+21
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu2-14/+58
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil1-2/+2
2010-12-01xfs: only run xfs_error_test if error injection is activeDave Chinner2-2/+6
2010-12-01xfs: avoid moving stale inodes in the AILDave Chinner1-6/+25
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2-2/+20
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner3-54/+121
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust1-2/+8
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2-17/+19
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+30
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton1-1/+1