Age | Commit message (Expand) | Author |
2022-03-18 | netfs: Split some core bits out into their own file | David Howells |
2022-03-18 | netfs: Split fs/netfs/read_helper.c | David Howells |
2022-03-18 | netfs: Rename read_helper.c to io.c | David Howells |
2022-03-18 | netfs: Prepare to split read_helper.c | David Howells |
2022-03-18 | netfs: Add a function to consolidate beginning a read | David Howells |
2022-03-18 | netfs: Add a netfs inode context | David Howells |
2022-03-18 | ceph: Make ceph_init_request() check caps on readahead | David Howells |
2022-03-18 | netfs: Change ->init_request() to return an error code | David Howells |
2022-03-18 | netfs: Refactor arguments for netfs_alloc_read_request | David Howells |
2022-03-18 | netfs: Trace refcounting on the netfs_io_subrequest struct | David Howells |
2022-03-18 | netfs: Trace refcounting on the netfs_io_request struct | David Howells |
2022-03-18 | netfs: Adjust the netfs_rreq tracepoint slightly | David Howells |
2022-03-18 | netfs: Split netfs_io_* object handling out | David Howells |
2022-03-18 | netfs: Finish off rename of netfs_read_request to netfs_io_request | David Howells |
2022-03-18 | netfs: Rename netfs_read_*request to netfs_io_*request | David Howells |
2022-03-18 | fscache: export fscache_end_operation() | Jeffle Xu |
2022-03-01 | ceph: misc fix for code style and logs | Xiubo Li |
2022-03-01 | ceph: allocate capsnap memory outside of ceph_queue_cap_snap() | Xiubo Li |
2022-03-01 | ceph: do not release the global snaprealm until unmounting | Xiubo Li |
2022-03-01 | ceph: eliminate the recursion when rebuilding the snap context | Xiubo Li |
2022-03-01 | ceph: do not update snapshot context when there is no new snapshot | Xiubo Li |
2022-03-01 | ceph: zero the dir_entries memory when allocating it | Xiubo Li |
2022-03-01 | ceph: move to a dedicated slabcache for ceph_cap_snap | Xiubo Li |
2022-03-01 | ceph: add getvxattr op | Milind Changire |
2022-03-01 | ceph: fix comments mentioning i_mutex | hongnanli |
2022-03-01 | ceph: fail the request directly if handle_reply gets an ESTALE | Xiubo Li |
2022-03-01 | ceph: wake waiters after failed async create | Jeff Layton |
2022-03-01 | ceph: wait for async create reply before sending any cap messages | Jeff Layton |
2022-03-01 | ceph: eliminate req->r_wait_for_completion from ceph_mds_request | Jeff Layton |
2022-03-01 | ceph: uninline the data on a file opened for writing | David Howells |
2022-03-01 | ceph: make ceph_netfs_issue_op() handle inlined data | David Howells |
2022-03-01 | ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->host | Jeff Layton |
2022-02-26 | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-02-26 | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-02-25 | tracefs: Set the group ownership in apply_options() not parse_options() | Steven Rostedt (Google) |
2022-02-25 | Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con... | Linus Torvalds |
2022-02-25 | Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-02-24 | Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-02-24 | btrfs: reduce extent threshold for autodefrag | Qu Wenruo |
2022-02-23 | btrfs: autodefrag: only scan one inode once | Qu Wenruo |
2022-02-23 | btrfs: defrag: don't use merged extent map for their generation check | Qu Wenruo |
2022-02-23 | btrfs: defrag: bring back the old file extent search behavior | Qu Wenruo |
2022-02-23 | btrfs: defrag: remove an ambiguous condition for rejection | Qu Wenruo |
2022-02-23 | btrfs: defrag: don't defrag extents which are already at max capacity | Qu Wenruo |
2022-02-23 | btrfs: defrag: don't try to merge regular extents with preallocated extents | Qu Wenruo |
2022-02-22 | configfs: fix a race in configfs_{,un}register_subsystem() | ChenXiaoSong |
2022-02-22 | io_uring: disallow modification of rsrc_data during quiesce | Dylan Yudaken |
2022-02-21 | io_uring: don't convert to jiffies for waiting on timeouts | Jens Axboe |
2022-02-20 | Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-02-18 | Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |