aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01ext4: rename: split out helper functionsMiklos Szeredi1-73/+126
2014-04-01ext4: rename: move EMLINK check upMiklos Szeredi1-4/+4
2014-04-01ext4: rename: create ext4_renament structure for local varsMiklos Szeredi1-97/+114
2014-04-01vfs: add cross-renameMiklos Szeredi2-41/+113
2014-04-01vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields1-13/+12
2014-04-01security: add flags to rename hooksMiklos Szeredi2-3/+4
2014-04-01vfs: add RENAME_NOREPLACE flagMiklos Szeredi2-8/+24
2014-04-01vfs: add renameat2 syscallMiklos Szeredi4-10/+30
2014-04-01vfs: rename: use common code for dir and non-dirMiklos Szeredi1-112/+75
2014-04-01vfs: rename: move d_move() upMiklos Szeredi1-3/+2
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-12/+11
2014-03-30Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-77/+134
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro2-24/+59
2014-03-28ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-27vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara1-22/+8
2014-03-25fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2014-03-25Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers1-15/+4
2014-03-23vfs: atomic f_pos access in llseek()Eric Biggers1-2/+2
2014-03-11Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-19/+36
2014-03-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds5-2/+56
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-10fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-32/+79
2014-03-10get rid of fget_light()Al Viro2-28/+44
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds4-15/+46
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-04hfsplus: fix remount issueVyacheslav Dubeyko1-1/+1
2014-03-04ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-04mm: close PageTail raceDavid Rientjes1-3/+2
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+10
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-02-28cifs: mask off top byte in get_rfc1002_length()Jeff Layton1-1/+1
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds15-51/+100
2014-02-25sysfs: fix namespace refcnt leakLi Zefan2-3/+10
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara4-3/+34