summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-2611-177/+365
|\
| * pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia2019-09-241-0/+1
| * NFS: Optimise the default readahead sizeTrond Myklebust2019-09-242-9/+8
| * NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust2019-09-201-5/+48
| * NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-203-21/+72
| * NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust2019-09-201-1/+3
| * pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust2019-09-203-7/+17
| * NFSv4: Add a helper to increment stateid seqidsTrond Myklebust2019-09-201-0/+9
| * NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2019-09-202-0/+24
| * NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust2019-09-201-0/+4
| * NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-203-56/+50
| * pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-09-201-2/+7
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1
| * NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington2019-09-201-9/+36
| * NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-201-14/+27
| * NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-10/+1
| * NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-2/+16
| * NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-11/+2
| * NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+21
| * NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+2
| * NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker2019-08-221-10/+15
| * NFSv4: Fix a memory leak bugWenwen Wang2019-08-211-2/+4
| * fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-08-201-1/+1
* | binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook2019-09-261-1/+2
* | Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-265-21/+17
|\ \
| * | xfs: avoid unused to_mp() function warningAustin Kim2019-09-241-13/+0
| * | xfs: log proper length of superblockEric Sandeen2019-09-241-1/+1
| * | xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2019-09-232-5/+10
| * | xfs: removed unneeded variableAliasgar Surti2019-09-231-2/+1
| * | xfs: convert inode to extent format after extent merge due to shiftBrian Foster2019-09-231-0/+5
* | | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-261-2/+0
|\ \ \
| * | | jffs2: Fix mounting under new mount APIDavid Howells2019-09-261-2/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-2616-71/+37
|\ \ \ \
| * | | | ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov2019-09-264-9/+9
| * | | | xfs: remove unlikely() from WARN_ON() conditionDenis Efremov2019-09-261-2/+2
| * | | | fs: remove unlikely() from WARN_ON() conditionDenis Efremov2019-09-261-1/+1
| * | | | userfaultfd: untag user pointersAndrey Konovalov2019-09-251-10/+12
| * | | | fs/namespace: untag user pointers in copy_mount_optionsAndrey Konovalov2019-09-251-1/+1
| * | | | fat: delete an unnecessary check before brelse()Markus Elfring2019-09-251-3/+1
| * | | | fs/reiserfs/do_balan.c: remove set but not used variableJason Yan2019-09-251-2/+1
| * | | | fs/reiserfs/journal.c: remove set but not used variableJason Yan2019-09-251-4/+3
| * | | | fs/reiserfs/do_balan.c: remove set but not used variableszhengbin2019-09-251-11/+1
| * | | | fs/reiserfs/fix_node.c: remove set but not used variableszhengbin2019-09-251-5/+1
| * | | | fs/reiserfs/prints.c: remove set but not used variableszhengbin2019-09-251-3/+0
| * | | | fs/reiserfs/objectid.c: remove set but not used variableszhengbin2019-09-251-2/+1
| * | | | fs/reiserfs/lbalance.c: remove set but not used variableszhengbin2019-09-251-2/+1
| * | | | fs/reiserfs/stree.c: remove set but not used variableszhengbin2019-09-251-4/+0
| * | | | fs/reiserfs/journal.c: remove set but not used variableszhengbin2019-09-251-9/+1
| * | | | fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai2019-09-251-3/+2
* | | | | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-2516-335/+596
|\ \ \ \ \