aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+7
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-28/+0
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+9
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 10-64/+38
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 17-28/+43
2023-02-20Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 6-97/+136
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 57-2872/+2346
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 20-1553/+1362
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-25/+77
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxGravatar Linus Torvalds 18-428/+569
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 7-42/+34
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 14-748/+653
2023-02-20Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Gravatar Linus Torvalds 2-6/+20
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 293-2000/+2154
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 9-48/+126
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Gravatar Linus Torvalds 41-26/+64
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Gravatar Linus Torvalds 3-1/+23
2023-02-17nilfs2: fix underflow in second superblock position calculationsGravatar Ryusuke Konishi 3-1/+23
2023-02-17Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Gravatar Anna Schumaker 1-4/+4
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Gravatar Dan Carpenter 1-1/+3
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-1/+1
2023-02-15btrfs: make kobj_type structures constantGravatar Thomas Weißschuh 1-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockGravatar Christoph Hellwig 3-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsGravatar Christoph Hellwig 3-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendGravatar Christoph Hellwig 1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendGravatar Christoph Hellwig 4-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioGravatar Christoph Hellwig 1-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesGravatar Christoph Hellwig 1-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopGravatar Filipe Manana 2-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferGravatar Filipe Manana 2-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioGravatar Christoph Hellwig 1-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioGravatar Christoph Hellwig 1-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioGravatar Christoph Hellwig 1-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosGravatar Christoph Hellwig 1-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosGravatar Christoph Hellwig 1-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioGravatar Christoph Hellwig 1-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperGravatar Christoph Hellwig 1-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosGravatar Christoph Hellwig 1-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioGravatar Christoph Hellwig 1-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeGravatar Christoph Hellwig 1-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Gravatar Josef Bacik 1-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyGravatar Josef Bacik 3-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyGravatar Josef Bacik 8-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrGravatar Josef Bacik 1-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockGravatar Josef Bacik 2-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockGravatar Josef Bacik 8-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockGravatar Josef Bacik 1-2/+1
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDGravatar Christoph Hellwig 1-8/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 7-200/+64