summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
2022-03-01ceph: misc fix for code style and logsXiubo Li
2022-03-01ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Xiubo Li
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li
2022-03-01ceph: do not update snapshot context when there is no new snapshotXiubo Li
2022-03-01ceph: zero the dir_entries memory when allocating itXiubo Li
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: fix comments mentioning i_mutexhongnanli
2022-03-01ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li
2022-03-01ceph: wake waiters after failed async createJeff Layton
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)
2022-02-25Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...Linus Torvalds
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-02-18Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns