summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger-4/+8
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger-1/+1
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya-1/+1
2023-02-19ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua-18/+15
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li-0/+11
2023-02-19jbd2: fix data missing when reusing bh which is ready to be checkpointedZhihao Cheng-21/+29
2023-02-19ext4: update s_journal_inum if it changes after journal replayBaokun Li-2/+5
2023-02-19ext4: fail ext4_iget if special inode unallocatedBaokun Li-10/+8
2023-02-19ext4: fix function prototype mismatch for ext4_feat_ktypeKees Cook-1/+6
2023-02-19ext4: remove unnecessary variable initializationXU pengfei-1/+1
2023-02-18ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin-1/+1
2023-02-18ext4: refuse to create ea block when umountedJun Nie-0/+7
2023-02-18ext4: optimize ea_inode block expansionJun Nie-11/+17
2023-02-18ext4: remove dead code in updating backup sbTanmay Bhushan-3/+0
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds-1/+23
2023-02-17nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi-1/+23
2023-02-17Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker-4/+4
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+49
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter-1/+3
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng-2/+2
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+1
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioChristoph Hellwig-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperChristoph Hellwig-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik-2/+1
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig-8/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig-200/+64
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig-28/+30