aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong4-0/+23
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong4-9/+9
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong4-3/+51
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong1-17/+8
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2019-04-26inotify_handle_event(): don't bother with strlen()Al Viro1-1/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro5-8/+8
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2-6/+8
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2-3/+3
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro5-13/+11
2019-04-26Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-5/+13
2019-04-26Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-15/+28
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-2/+2
2019-04-26fs: use timespec64 in relatime_need_updateArnd Bergmann1-2/+2
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-43/+171
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri1-3/+2
2019-04-25Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-04-25NFS: Remove redundant open context from nfs_pageTrond Myklebust1-6/+2
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust7-23/+25
2019-04-25NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust1-4/+9
2019-04-25NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust2-34/+106
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust4-1/+33
2019-04-25NFS: Remove unused argument from nfs_create_request()Trond Myklebust4-13/+13
2019-04-25NFS: Fix up NFS I/O subrequest creationTrond Myklebust1-38/+55
2019-04-25NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust3-45/+26
2019-04-25NFS: Don't inadvertently clear writeback errorsTrond Myklebust2-4/+4
2019-04-25NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust1-2/+1
2019-04-25NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust1-1/+1
2019-04-25NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust2-3/+14
2019-04-25NFS: Consider ETIMEDOUT to be a fatal errorTrond Myklebust1-0/+1
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-6/+12
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-1/+1
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust2-4/+4
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi9-21/+221
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2-1/+105
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi3-2075/+2138
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi3-0/+326
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi4-1/+197
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber4-12646/+3028
2019-04-25Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds4-14/+85
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber3-0/+756
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi6-0/+13915
2019-04-25ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-04-25ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2-0/+3
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-04-25fs/quota: erase unused but set variable warningJiang Biao1-0/+4
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells5-9/+85
2019-04-25afs: Add more tracepointsDavid Howells4-13/+20