aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-14btrfs: avoid logging all directory changes during renamesFilipe Manana
2022-03-14btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana
2022-03-14btrfs: add helper to delete a dir entry from a log treeFilipe Manana
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi
2022-03-14btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-03-14btrfs: scrub: remove redundant initialization of incrementJiapeng Chong
2022-03-14btrfs: zoned: remove redundant initialization of to_addJiapeng Chong
2022-03-14btrfs: cleanup temporary variables when finding rotational device statusAnand Jain
2022-03-14btrfs: use dev_t to match device in device_matchedAnand Jain
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain
2022-03-14btrfs: match stale devices by dev_tAnand Jain
2022-03-14btrfs: harden identification of a stale deviceAnand Jain
2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang
2022-03-14btrfs: move missing device handling in a dedicate functionNikolay Borisov
2022-03-14btrfs: stop trying to log subdirectories created in past transactionsFilipe Manana
2022-03-14btrfs: stop copying old dir items when logging a directoryFilipe Manana
2022-03-14btrfs: put initial index value of a directory in a constantFilipe Manana
2022-03-14btrfs: don't log unnecessary boundary keys when logging directoryFilipe Manana
2022-03-14btrfs: reuse existing pointers from btrfs_ioctlSahil Kang
2022-03-14btrfs: remove write and wait of struct walk_controlFilipe Manana
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells
2022-03-11afs: Fix potential thrashing in afs writebackDavid Howells
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-11watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells
2022-03-08Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-05proc: fix documentation and description of pagemapYun Zhou
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook
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