summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton2019-09-161-4/+1
| * | | | ceph: allow object copies across different filesystems in the same clusterLuis Henriques2019-09-161-4/+13
| * | | | ceph: include ceph_debug.h in cache.cIlya Dryomov2019-09-161-0/+2
| * | | | ceph: move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-161-3/+3
| * | | | ceph: reconnect connection if session hang in opening stateErqi Chen2019-09-161-1/+3
| * | | | ceph: use release_pages() directlyJohn Hubbard2019-09-161-18/+1
| * | | | ceph: allow arbitrary security.* xattrsJeff Layton2019-09-161-33/+2
| * | | | ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton2019-09-161-1/+2
| * | | | ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2019-09-162-8/+7
| * | | | ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton2019-09-165-16/+200
| * | | | ceph: don't return a value from void functionJohn Hubbard2019-09-161-1/+0
| * | | | ceph: don't freeze during write page faultsJeff Layton2019-09-161-0/+2
| * | | | ceph: update the mtime when truncating upJeff Layton2019-09-161-20/+21
| * | | | ceph: fix indentation in __get_snap_name()Ilya Dryomov2019-09-161-27/+27
| * | | | ceph: remove incorrect comment above __send_capJeff Layton2019-09-161-4/+0
| * | | | ceph: remove CEPH_I_NOFLUSHJeff Layton2019-09-162-20/+9
| * | | | ceph: remove unneeded test in try_flush_capsJeff Layton2019-09-161-1/+1
| * | | | ceph: have __mark_caps_flushing return flush_tidJeff Layton2019-09-161-10/+10
| * | | | ceph: fix comments over ceph_add_capJeff Layton2019-09-161-1/+3
| * | | | ceph: eliminate session->s_trim_capsJeff Layton2019-09-162-10/+9
| * | | | ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton2019-09-161-2/+7
| * | | | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2019-09-162-32/+0
| * | | | ceph: don't SetPageError on writepage errorsJeff Layton2019-09-161-2/+1
| * | | | ceph: auto reconnect after blacklistedYan, Zheng2019-09-165-8/+79