summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner
2014-05-15xfs: negate mount workqueue init error valueDave Chinner
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo
2014-05-13Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-05-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-05-11Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-05-09locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods
2014-05-06autofs: fix lockref lookupIan Kent
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy
2014-05-05xfs: fully support v5 format filesystemsDave Chinner
2014-05-03dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi
2014-05-03more graceful recovery in umount_collect()Al Viro
2014-05-03don't remove from shrink list in select_collect()Al Viro
2014-05-01Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Al Viro
2014-04-30new helper: dentry_free()Al Viro
2014-04-30fold try_prune_one_dentry()Al Viro
2014-04-30fold d_kill() and d_free()Al Viro
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng
2014-04-28fuse: add renameat2 supportMiklos Szeredi
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov