summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro-39/+7
2014-11-19gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro-5/+2
2014-11-19gfs2_create_inode(): don't bother with d_splice_alias()Al Viro-14/+4
2014-11-19gfs2: bugger off early if O_CREAT open finds a directoryAl Viro-0/+5
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields-2392/+5291
2014-11-19nfsd: correctly define v4.2 support attributesChristoph Hellwig-3/+6
2014-11-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris-6/+18
2014-11-19Merge commit 'v3.17' into nextJames Morris-8640/+14631
2014-11-18f2fs: put the inode page when error was occurredJaegeuk Kim-4/+6
2014-11-18f2fs: fix to call put_page at the error handling routineJaegeuk Kim-3/+3
2014-11-18GFS2: Deletion of unnecessary checks before two function callsMarkus Elfring-2/+1
2014-11-18jbd: Deletion of an unnecessary check before the function call "iput"Markus Elfring-2/+1
2014-11-17VFS: refactor vfs_read()Dmitry Kasatkin-6/+18
2014-11-18fs: Do not include mpx.h in exec.cDave Hansen-1/+0
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen-0/+2
2014-11-18x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren-0/+3
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski-126/+161
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski-3/+13
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-168/+128
2014-11-16Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-2/+9
2014-11-15Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-64/+83
2014-11-14GFS2: Update timestamps on fallocateAndrew Price-1/+2
2014-11-14GFS2: Update i_size properly on fallocateAndrew Price-9/+6
2014-11-14GFS2: Use inode_newsize_ok and get_write_access in fallocateAndrew Price-22/+44
2014-11-13Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds-25/+67
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara-25/+67
2014-11-13ceph: fix flush tid comparisionYan, Zheng-1/+1
2014-11-12NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust-0/+2
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust-11/+0
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust-3/+23
2014-11-12NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust-25/+17
2014-11-12NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust-1/+23
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker-3/+3
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara-1/+1
2014-11-12nfs: Remove bogus assignmentJan Kara-1/+1
2014-11-12nfs: remove spurious WARN_ON_ONCE in write pathWeston Andros Adamson-2/+0
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig-5/+10
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao-0/+1
2014-11-12btrfs: move commit out of sysfs when changing labelDavid Sterba-13/+8
2014-11-12btrfs: move commit out of sysfs when changing featuresDavid Sterba-8/+5
2014-11-12btrfs: introduce pending action: commitDavid Sterba-0/+6
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba-15/+18
2014-11-12btrfs: do commit in sync_fs if there are pending changesDavid Sterba-3/+11
2014-11-12btrfs: add support for processing pending changesDavid Sterba-0/+69
2014-11-11efivarfs: Allow unloading when build as moduleMathias Krause-2/+9
2014-11-11f2fs: convert inline_data when i_size becomes largeJaegeuk Kim-0/+9
2014-11-11f2fs: fix deadlock to grab 0'th data pageJaegeuk Kim-5/+3
2014-11-10f2fs: reduce the number of inline_data inode before clearing itJaegeuk Kim-1/+1
2014-11-10f2fs: implement -o dirsyncJaegeuk Kim-0/+24
2014-11-10f2fs: do not skip any writes under memory pressureJaegeuk Kim-0/+3