aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-12jbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin1-9/+12
2024-11-12jbd2: remove useless 'block_error' variableYe Bin1-7/+2
2024-11-12jbd2: factor out jbd2_do_replay()Ye Bin1-109/+110
2024-11-12jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()Ye Bin1-26/+29
2024-11-12jbd2: unified release of buffer_head in do_one_pass()Ye Bin1-25/+9
2024-11-12jbd2: remove redundant judgments for check v1 checksumYe Bin1-1/+0
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang1-2/+2
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng1-2/+3
2024-11-12ext4: pass write-hint for buffered IOj.xia1-1/+3
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li10-29/+29
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi4-10/+11
2024-11-12ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko1-4/+4
2024-11-12ext4: return error on syncfs after shutdownAmir Goldstein1-1/+1
2024-11-12fs: ext4: Don't use CMA for buffer_headZhaoyang Huang1-1/+8
2024-11-12ext4: simplify if conditionJiapeng Chong1-3/+1
2024-11-12ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-11-12ext4: WARN if a full dir leaf block has only one dentryBaokun Li1-2/+12
2024-11-12ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li1-0/+3
2024-11-12ufs: ufs_sb_private_info: remove unused s_{2,3}apb fieldsAgathe Porte2-8/+0
2024-11-12virtio_fs: store actual queue index in mq_mapMax Gurtovoy1-6/+6
2024-11-12virtio_fs: add informative log for new tag discoveryMax Gurtovoy1-0/+1
2024-11-12writeback: wbc_attach_fdatawrite_inode out of lineChristoph Hellwig1-4/+27
2024-11-12writeback: add a __releases annoation to wbc_attach_and_unlock_inodeChristoph Hellwig1-0/+1
2024-11-12fs: add the ability for statmount() to report the fs_subtypeJeff Layton1-2/+17
2024-11-12fs: don't let statmount return empty stringsJeff Layton1-4/+11
2024-11-12fs:aio: Remove TODO comment suggesting hash or array usage in io_cancel()Mohammed Anees1-1/+0
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino1-49/+137
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino2-13/+26
2024-11-12Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino11-76/+182
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino11-64/+589
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino59-512/+2699
2024-11-12Merge tag 'rtgroups-prep-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino2-8/+17
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino36-700/+2010
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino72-205/+2332
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino70-1051/+1381
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino44-529/+457
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet1-1/+4
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet1-0/+3
2024-11-11eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten1-1/+31
2024-11-11eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten1-1/+3
2024-11-12erofs: add SEEK_{DATA,HOLE} supportGao Xiang1-1/+25
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song7-16/+10
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song2-2/+0
2024-11-11ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-11-11nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi4-6/+2
2024-11-11nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi1-1/+0
2024-11-11ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-11-11nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton3-16/+19