summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Add a netfs inode contextDavid Howells2022-03-1823-238/+176
* ceph: Make ceph_init_request() check caps on readaheadDavid Howells2022-03-181-28/+41
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-184-27/+40
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
* netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
* netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-185-51/+52
* netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-187-126/+126
* fscache: export fscache_end_operation()Jeffle Xu2022-03-183-27/+0
* ceph: misc fix for code style and logsXiubo Li2022-03-011-60/+62
* ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Xiubo Li2022-03-011-18/+28
* ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-013-4/+13
* ceph: eliminate the recursion when rebuilding the snap contextXiubo Li2022-03-012-9/+50
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-03-011-9/+19
* ceph: zero the dir_entries memory when allocating itXiubo Li2022-03-011-1/+2
* ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-013-3/+11
* ceph: add getvxattr opMilind Changire2022-03-016-2/+94
* ceph: fix comments mentioning i_mutexhongnanli2022-03-012-5/+5
* ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li2022-03-011-29/+0
* ceph: wake waiters after failed async createJeff Layton2022-03-011-18/+33
* ceph: wait for async create reply before sending any cap messagesJeff Layton2022-03-011-0/+14
* ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton2022-03-013-13/+15
* ceph: uninline the data on a file opened for writingDavid Howells2022-03-013-124/+64
* ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells2022-03-011-17/+60
* ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton2022-03-011-3/+3
* Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-261-2/+3
|\
| * tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-02-261-2/+3
* | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\ \
| * | xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-02-101-2/+5
* | | Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...Linus Torvalds2022-02-251-0/+14
|\ \ \
| * | | configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-02-221-0/+14
* | | | Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-257-84/+296
|\ \ \ \
| * | | | btrfs: reduce extent threshold for autodefragQu Wenruo2022-02-243-4/+17
| * | | | btrfs: autodefrag: only scan one inode onceQu Wenruo2022-02-231-62/+22
| * | | | btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo2022-02-233-0/+24
| * | | | btrfs: defrag: bring back the old file extent search behaviorQu Wenruo2022-02-231-4/+157
| * | | | btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo2022-02-231-4/+0
| * | | | btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo2022-02-231-0/+20
| * | | | btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo2022-02-231-6/+11
| * | | | btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo2022-02-151-9/+39
| * | | | btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns2022-02-151-0/+11
* | | | | Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-241-7/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken2022-02-221-1/+9
| * | | | io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe2022-02-211-6/+7
| * | | | io_uring: add a schedule point in io_add_buffers()Eric Dumazet2022-02-151-0/+1
* | | | | Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-0/+30
|\ \ \ \ \
| * | | | | fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner2022-02-141-0/+30
* | | | | | Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-193-10/+6
|\ \ \ \ \ \