aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-10-03sysfs: make __sysfs_remove_dir() recursiveTejun Heo1-11/+64
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo1-1/+6
2013-10-03sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo5-36/+38
2013-10-02nfsd: switch to %p[dD]Al Viro5-37/+31
2013-10-02Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-15/+37
2013-10-02GFS2: Move gfs2_icbit_munge into quota.cSteven Whitehouse3-22/+20
2013-10-02GFS2: Speed up starting point selection for block allocationSteven Whitehouse1-10/+31
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse9-21/+51
2013-10-01xfs: remove usage of is_bad_inodeBen Myers3-17/+1
2013-10-01xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()Jie Liu1-7/+2
2013-10-01NFSv4: Ensure that we disable the resend timeout for NFSv4Trond Myklebust2-0/+3
2013-10-01NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu3-6/+5
2013-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-10-01fs/super.c: fix lru_list leak for realAl Viro1-2/+2
2013-10-01xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-01cuse: add fix minor number to /dev/cuseTom Gundersen1-1/+4
2013-10-01fuse: writepage: skip already in flightMiklos Szeredi1-0/+12
2013-10-01fuse: writepages: handle same page rewritesMiklos Szeredi2-10/+91
2013-10-01fuse: writepages: fix aggregationMiklos Szeredi1-1/+1
2013-10-01fuse: fix race in fuse_writepages()Maxim Patlasov1-1/+16
2013-10-01fuse: Implement writepages callbackPavel Emelyanov1-3/+147
2013-10-01fuse: don't BUG on no write fileMiklos Szeredi1-5/+12
2013-10-01fuse: lock page in mkwriteMiklos Szeredi1-6/+9
2013-10-01fuse: Prepare to handle multiple pages in writebackPavel Emelyanov1-8/+16
2013-10-01fuse: Getting file for writeback helperPavel Emelyanov1-8/+16
2013-10-01fuse: no RCU mode in fuse_access()Miklos Szeredi1-3/+2
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi2-3/+11
2013-10-01fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi1-1/+2
2013-09-30Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-22/+61
2013-09-30xfs: fix memory leak in xlog_recover_add_to_trans[email protected]1-0/+1
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng3-5/+25
2013-09-30ceph: remove outdated frag informationYan, Zheng1-4/+29
2013-09-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-14/+29
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2013-09-30fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18
2013-09-29afs: dget_parent() can't return a negative dentryAl Viro1-3/+0
2013-09-29ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()Al Viro1-3/+4
2013-09-29sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel1-0/+1
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman11-122/+123
2013-09-29NFS: Give "flavor" an initial value to fix a compile warningAnna Schumaker1-1/+1
2013-09-29NFSv4.1: try SECINFO_NO_NAME flavs until one worksWeston Andros Adamson1-3/+27
2013-09-29NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_dsTrond Myklebust1-0/+2
2013-09-29NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust1-9/+9
2013-09-28Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-22/+68
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells5-158/+68
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells14-75/+174
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells2-13/+36