summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-071-2/+5
|\
| * Btrfs: send, fix corrupted path strings for long pathsFilipe Manana2014-06-061-2/+5
* | mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-061-1/+1
* | kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-06-032-6/+9
|/
* dcache: add missing lockdep annotationLinus Torvalds2014-05-311-1/+1
* dentry_kill() doesn't need the second argument nowAl Viro2014-05-301-7/+4
* dealing with the rest of shrink_dentry_list() livelockAl Viro2014-05-301-2/+20
* shrink_dentry_list(): take parent's ->d_lock earlierAl Viro2014-05-301-12/+41
* expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro2014-05-291-13/+17
* split dentry_kill()Al Viro2014-05-291-26/+36
* lift the "already marked killed" case into shrink_dentry_list()Al Viro2014-05-281-6/+9
* vfs: fix vmplice_to_user()Miklos Szeredi2014-05-281-2/+4
* Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/...Linus Torvalds2014-05-253-44/+63
|\
| * AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells2014-05-232-11/+5
| * AFS: Fix kafs module unloadingNathaniel Wesley Filardo2014-05-231-8/+9
| * AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo2014-05-231-7/+13
| * AFS: Fix cache manager service handlersDavid Howells2014-05-212-22/+40
* | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-05-252-3/+14
|\ \
| * | nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-05-211-0/+4
| * | nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-05-211-2/+9
| * | nfsd4: fix corruption on setting an ACL.J. Bruce Fields2014-05-151-1/+1
* | | ocfs2: fix double kmem_cache_destroy in dlm_initJoseph Qi2014-05-231-2/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-222-2/+6
|\ \ \
| * | | Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana2014-05-201-1/+1
| * | | Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-201-1/+5
* | | | Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-225-25/+27
|\ \ \ \
| * | | | xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
| * | | | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
| * | | | xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
| * | | | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
| * | | | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
| * | | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
| * | | | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
| * | | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
| * | | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
* | | | | Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-05-213-9/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sysfs: make sure read buffer is zeroedTejun Heo2014-05-201-1/+2
| * | | | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-132-8/+12
* | | | | Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-201-3/+3
|\ \ \ \ \
| * | | | | metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-05-131-12/+24
|\ \ \ \ \
| * | | | | locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton2014-05-091-12/+24
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-05-131-0/+3
|\ \ \ \ \
| * | | | | cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton2014-04-241-0/+3
* | | | | | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-05-112-20/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-05-081-8/+9
| * | | | NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-05-061-0/+1
| * | | | NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-05-061-12/+12
* | | | | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-089-50/+77
|\ \ \ \ \
| * | | | | xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-065-14/+42