summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+5
2014-06-06mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi-1/+1
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana-2/+5
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan-6/+9
2014-05-31dcache: add missing lockdep annotationLinus Torvalds-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro-12/+41
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro-13/+17
2014-05-29split dentry_kill()Al Viro-26/+36
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro-6/+9
2014-05-28vfs: fix vmplice_to_user()Miklos Szeredi-2/+4
2014-05-25Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/...Linus Torvalds-44/+63
2014-05-25Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-3/+14
2014-05-23ocfs2: fix double kmem_cache_destroy in dlm_initJoseph Qi-2/+6
2014-05-23AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells-11/+5
2014-05-23AFS: Fix kafs module unloadingNathaniel Wesley Filardo-8/+9
2014-05-23AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo-7/+13
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+6
2014-05-22Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds-25/+27
2014-05-21nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields-0/+4
2014-05-21nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields-2/+9
2014-05-21AFS: Fix cache manager service handlersDavid Howells-22/+40
2014-05-21Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+14
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana-1/+1
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo-1/+5
2014-05-20Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo-1/+2
2014-05-15nfsd4: fix corruption on setting an ACL.J. Bruce Fields-1/+1
2014-05-15xfs: list_lru_init returns a negative errorDave Chinner-12/+14
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner-1/+1
2014-05-15xfs: negate mount workqueue init error valueDave Chinner-1/+1
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner-4/+4
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner-2/+2
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner-1/+1
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner-1/+1
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan-3/+3
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo-8/+12
2014-05-13Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linuxLinus Torvalds-12/+24
2014-05-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+3
2014-05-11Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-20/+22
2014-05-09locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton-12/+24
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds-50/+77
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee-8/+9
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-4/+9
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick-2/+0
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods-0/+2
2014-05-06autofs: fix lockref lookupIan Kent-2/+2