summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi
2024-07-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-07-03hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03hostfs: fix dev_t handlingJohannes Berg
2024-07-03fat: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-03fat: Convert to new mount apiEric Sandeen
2024-07-03fat: move debug into fat_mount_optionsEric Sandeen
2024-07-03cachefiles: add missing lock protection when pollingJingbo Xu
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li
2024-07-03cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells
2024-07-02Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-02afs: Convert comma to semicolonChen Ni
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-07-02Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-02filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong
2024-07-02xfs: reuse xfs_refcount_update_cancel_itemDarrick J. Wong
2024-07-02xfs: add a ci_entry helperDarrick J. Wong
2024-07-02xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: reuse xfs_rmap_update_cancel_itemChristoph Hellwig
2024-07-02xfs: add a ri_entry helperChristoph Hellwig
2024-07-02xfs: remove xfs_trans_set_rmap_flagsDarrick J. Wong
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig
2024-07-02xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig
2024-07-02xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig