summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-26nfs: Add DEALLOCATE supportAnna Schumaker6-2/+89
2014-11-26nfs: Add ALLOCATE supportAnna Schumaker8-1/+167
2014-11-26NFS: Clean up nfs4_init_callback()Chuck Lever1-17/+14
2014-11-26NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever1-4/+6
2014-11-25f2fs: fix deadlock during inline_data conversionJaegeuk Kim1-14/+14
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring1-4/+4
2014-11-25nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2-12/+17
2014-11-25nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2-2/+2
2014-11-25NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2-12/+6
2014-11-25lockd: eliminate LOCKD_DEBUGJeff Layton1-1/+1
2014-11-25nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-25NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson4-13/+25
2014-11-25pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig1-1/+1
2014-11-24NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker1-1/+1
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara1-2/+0
2014-11-24f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim1-1/+10
2014-11-24f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim4-24/+18
2014-11-24f2fs: fix wrong data structure when create slabChangman Lee1-1/+1
2014-11-24f2fs: call flush_dcache_page when the page was updatedJaegeuk Kim1-0/+1
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-15/+25
2014-11-21Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...Al Viro28-347/+400
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi1-21/+14
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi1-6/+1
2014-11-20ovl: allow filenames with commaMiklos Szeredi1-3/+45
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi1-9/+18
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi1-12/+19
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi4-7/+7
2014-11-20GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro1-5/+2
2014-11-20GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...Al Viro1-3/+4
2014-11-20GFS2: use kvfree() instead of open-coding itAl Viro2-39/+10
2014-11-20GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Al Viro1-14/+4
2014-11-20GFS2: bugger off early if O_CREAT open finds a directoryAl Viro1-0/+5
2014-11-20f2fs: write SSA pages under memory pressureJaegeuk Kim1-1/+4
2014-11-20f2fs: submit bio for node blocks in the reclaim pathJaegeuk Kim1-0/+4
2014-11-20f2fs: introduce struct inode_management to wrap inner fieldsChao Yu4-49/+66
2014-11-20f2fs: remove unneeded check code with option in f2fs_remountChao Yu1-2/+2
2014-11-20f2fs: avoid unable to restart gc thread in remountChao Yu2-3/+1
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring1-2/+3
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring1-4/+2
2014-11-19dlm: adopt orphan locksDavid Teigland3-4/+88
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-11-19isofs: avoid unused function warningArnd Bergmann1-21/+21
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng1-0/+1
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro10-240/+191
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19new helper: audit_file()Al Viro2-12/+8
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro1-3/+1
2014-11-19ncpfs: use file_inode()Al Viro3-15/+9