summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-227/+313
2014-12-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+37
2014-12-11Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-69/+330
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+9
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+4
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2014-12-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-02Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-02jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-27Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2-21/+20
2014-11-26Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+12
2014-11-26Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-7/+14
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-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-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-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-19nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-11-18GFS2: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-11-18fs: Do not include mpx.h in exec.cDave Hansen1-1/+0
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-0/+2
2014-11-18x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren1-0/+3
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski10-126/+161