- d5f5bd5 btrfs: pass the dentry to btrfs_log_new_name() instead of the inode by Filipe Manana · 3 years ago
- 839061f btrfs: add helper to delete a dir entry from a log tree by Filipe Manana · 3 years ago
- 0292ecf btrfs: send: remove redundant ret variable in fs_path_copy by Minghao Chi · 3 years ago
- db5df25 btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker by Nikolay Borisov · 3 years ago
- 5c07c53 btrfs: scrub: remove redundant initialization of increment by Jiapeng Chong · 3 years ago
- c4bf190 btrfs: zoned: remove redundant initialization of to_add by Jiapeng Chong · 3 years ago
- 823f8e5 btrfs: cleanup temporary variables when finding rotational device status by Anand Jain · 3 years ago
- 330a5bf btrfs: use dev_t to match device in device_matched by Anand Jain · 3 years ago
- 4889bc0 btrfs: add device major-minor info in the struct btrfs_device by Anand Jain · 3 years ago
- 16cab91 btrfs: match stale devices by dev_t by Anand Jain · 3 years ago
- 770c79f btrfs: harden identification of a stale device by Anand Jain · 3 years ago
- bef16b5 btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdev by Anand Jain · 3 years ago
- 9ad1230 btrfs: reuse existing inode from btrfs_ioctl by Sahil Kang · 3 years ago
- ff37c89 btrfs: move missing device handling in a dedicate function by Nikolay Borisov · 3 years ago
- de6bc7f btrfs: stop trying to log subdirectories created in past transactions by Filipe Manana · 3 years, 1 month ago
- 732d591 btrfs: stop copying old dir items when logging a directory by Filipe Manana · 3 years, 1 month ago
- 528ee69 btrfs: put initial index value of a directory in a constant by Filipe Manana · 3 years, 1 month ago
- a450a4a btrfs: don't log unnecessary boundary keys when logging directory by Filipe Manana · 3 years, 1 month ago
- dc408cc btrfs: reuse existing pointers from btrfs_ioctl by Sahil Kang · 3 years, 1 month ago
- c816d70 btrfs: remove write and wait of struct walk_control by Filipe Manana · 3 years, 1 month ago
- 93ce935 Merge branch 'davidh' (fixes from David Howells) by Linus Torvalds · 2 years, 11 months ago
- 413a4a6 cachefiles: Fix volume coherency attribute by David Howells · 2 years, 11 months ago
- 173ce1c afs: Fix potential thrashing in afs writeback by David Howells · 2 years, 11 months ago
- 2ed147f watch_queue: Fix lack of barrier/sync/lock between post and read by David Howells · 2 years, 11 months ago
- db8facf watch_queue, pipe: Free watchqueue state after clearing pipe ring by David Howells · 2 years, 11 months ago
- 92f90cc Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 2 years, 11 months ago
- 0c4bcfd fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 2 years, 11 months ago
- 3ee65c0 Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 11 months ago
- dd21bfa proc: fix documentation and description of pagemap by Yun Zhou · 2 years, 11 months ago
- 5c26f6a mm: refactor vm_area_struct::anon_vma_name usage code by Suren Baghdasaryan · 2 years, 11 months ago
- ca93e44 btrfs: fallback to blocking mode when doing async dio over multiple extents by Filipe Manana · 2 years, 11 months ago
- b08968f cachefiles: Fix incorrect length to fallocate() by David Howells · 2 years, 11 months ago
- 92ebf5f Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 2 years, 11 months ago
- 4751dc9 btrfs: add missing run of delayed items after unlink during log replay by Filipe Manana · 2 years, 11 months ago
- d4aef1e btrfs: qgroup: fix deadlock between rescan worker and remove qgroup by Sidong Yang · 2 years, 11 months ago
- 5fd76bf btrfs: fix relocation crash due to premature return from btrfs_commit_transaction() by Omar Sandoval · 3 years ago
- b4be6ae btrfs: do not start relocation until in progress drops are done by Josef Bacik · 3 years ago
- a6ab66e btrfs: tree-checker: use u64 for item data end to avoid overflow by Su Yue · 3 years ago
- a50e1fc btrfs: do not WARN_ON() if we have PageError set by Josef Bacik · 3 years ago
- d994788 btrfs: fix lost prealloc extents beyond eof after full fsync by Filipe Manana · 3 years ago
- c992fa1 btrfs: subpage: fix a wrong check on subpage->writers by Qu Wenruo · 3 years ago
- 22ba5e9 erofs: fix ztailpacking on > 4GiB filesystems by Gao Xiang · 3 years ago
- 5751153 Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 2 years, 11 months ago
- 439a846 binfmt_elf: Avoid total_mapping_size for ET_EXEC by Kees Cook · 2 years, 11 months ago
- 2293be5 Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 2 years, 11 months ago
- 3bd9dd8 Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 2 years, 11 months ago
- 851e99e tracefs: Set the group ownership in apply_options() not parse_options() by Steven Rostedt (Google) · 2 years, 11 months ago
- 9137eda Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 2 years, 11 months ago
- c041918 Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 11 months ago
- 3a5f59b Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 11 months ago
- 558732d btrfs: reduce extent threshold for autodefrag by Qu Wenruo · 3 years ago
- 26fbac2 btrfs: autodefrag: only scan one inode once by Qu Wenruo · 3 years ago
- 199257a btrfs: defrag: don't use merged extent map for their generation check by Qu Wenruo · 3 years ago
- d5633b0 btrfs: defrag: bring back the old file extent search behavior by Qu Wenruo · 3 years ago
- 550f133 btrfs: defrag: remove an ambiguous condition for rejection by Qu Wenruo · 3 years ago
- 979b25c btrfs: defrag: don't defrag extents which are already at max capacity by Qu Wenruo · 3 years ago
- 7093f15 btrfs: defrag: don't try to merge regular extents with preallocated extents by Qu Wenruo · 3 years ago
- 84ec758 configfs: fix a race in configfs_{,un}register_subsystem() by ChenXiaoSong · 3 years ago
- 80912ce io_uring: disallow modification of rsrc_data during quiesce by Dylan Yudaken · 3 years ago
- c086df4 fuse: move FUSE_SUPER_MAGIC definition to magic.h by Jeff Layton · 3 years ago
- 2283396 io_uring: don't convert to jiffies for waiting on timeouts by Jens Axboe · 3 years ago
- 7f25f04 Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years ago
- 4f12b74 Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years ago
- 7476b04 Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
- a679a61 fuse: fix fileattr op failure by Miklos Szeredi · 3 years ago
- a3580ac fs/file_table: fix adding missing kmemleak_not_leak() by Luis Chamberlain · 3 years ago
- 53923e0 cifs: fix confusing unneeded warning message on smb2.1 and earlier by Steve French · 3 years ago
- d19e018 NFS: Do not report writeback errors in nfs_getattr() by Trond Myklebust · 3 years ago
- 966d879 btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a target by Qu Wenruo · 3 years ago
- 741b23a btrfs: prevent copying too big compressed lzo segment by Dāvis Mosāns · 3 years ago
- 705d84a Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years ago
- f240762 io_uring: add a schedule point in io_add_buffers() by Eric Dumazet · 3 years ago
- e0caaf7 NFS: LOOKUP_DIRECTORY is also ok with symlinks by Trond Myklebust · 3 years ago
- 9d047bf NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() by Trond Myklebust · 3 years ago
- 0c6f4eb cifs: modefromsids must add an ACE for authenticated users by Ronnie Sahlberg · 3 years ago
- 538f4f02 fs: add kernel doc for mnt_{hold,unhold}_writers() by Christian Brauner · 3 years ago
- 3d6cc98 cifs: fix double free race when mount fails in cifs_get_root() by Ronnie Sahlberg · 3 years ago
- 26d3dad cifs: do not use uninitialized data in the owner/group sid by Ronnie Sahlberg · 3 years ago
- dd5a927 cifs: fix set of group SID via NTSD xattrs by Amir Goldstein · 3 years, 1 month ago
- 9405b5f smb3: fix snapshot mount option by Steve French · 3 years ago
- e9c2578 Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
- 9917ff5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 24d7275 fs/proc: task_mmu.c: don't read mapcount for migration entry by Yang Shi · 3 years ago
- 925346c fs/binfmt_elf: fix PT_LOAD p_align values for loaders by Mike Rapoport · 3 years ago
- 8ce964b Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years ago
- 199b7f8 Merge tag 'io_uring-5.17-2022-02-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- d3add1a gfs2: Fix gfs2_release for non-writers regression by Bob Peterson · 3 years ago
- 356b810 Revert "gfs2: check context in gfs2_glock_put" by Andreas Gruenbacher · 3 years ago
- b97cca3 xfs: only bother with sync_filesystem during readonly remount by Darrick J. Wong · 3 years ago
- f4bc5bb Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
- 2e7be9d btrfs: send: in case of IO error log it by Dāvis Mosāns · 3 years ago
- a0f0cf83 btrfs: get rid of warning on transaction commit when using flushoncommit by Filipe Manana · 3 years ago
- 0d1ffa2 btrfs: defrag: don't try to defrag extents which are under writeback by Qu Wenruo · 3 years ago
- ea0eba6 btrfs: don't hold CPU for too long when defragging a file by Qu Wenruo · 3 years ago
- b42bc9a Fix regression due to "fs: move binfmt_misc sysctl to its own file" by Domenico Andreoli · 3 years ago
- c306d73 NFSD: Deprecate NFS_OFFSET_MAX by Chuck Lever · 3 years ago
- 6a4d333 NFSD: Fix offset type in I/O trace points by Chuck Lever · 3 years ago
- 3f96502 NFSD: COMMIT operations must not return NFS?ERR_INVAL by Chuck Lever · 3 years ago
- 6260d9a NFSD: Clamp WRITE offsets by Chuck Lever · 3 years ago
- a648fde NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes by Chuck Lever · 3 years ago