Age | Commit message (Expand) | Author | Files | Lines |
24 hours | Merge branch 'fs-next' of linux-next | Stephen Rothwell | 2 | -9/+9 |
33 hours | Merge branch 'vfs-6.17.mmap_prepare' into vfs.all | Christian Brauner | 1 | -6/+7 |
2 days | mm: remove callers of pfn_t functionality | Alistair Popple | 1 | -1/+1 |
9 days | fs: Remove three arguments from block_write_end() | Matthew Wilcox (Oracle) | 1 | -3/+2 |
2025-06-17 | fs/ext4: transition from deprecated .mmap hook to .mmap_prepare | Lorenzo Stoakes | 1 | -6/+7 |
2025-06-17 | fs/dax: make it possible to check dev dax support without a VMA | Lorenzo Stoakes | 1 | -1/+1 |
2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
2025-05-28 | Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 20 | -449/+1040 |
2025-05-26 | Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2025-05-20 | ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead | Ritesh Harjani (IBM) | 1 | -1/+3 |
2025-05-20 | ext4: Simplify flags in ext4_map_query_blocks() | Ritesh Harjani (IBM) | 2 | -4/+3 |
2025-05-20 | ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER | Ritesh Harjani (IBM) | 2 | -2/+7 |
2025-05-20 | ext4: Simplify last in leaf check in ext4_map_query_blocks | Ritesh Harjani (IBM) | 1 | -2/+1 |
2025-05-20 | ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE | Ritesh Harjani (IBM) | 1 | -1/+1 |
2025-05-20 | ext4: only dirty folios when data journaling regular files | Brian Foster | 1 | -1/+6 |
2025-05-20 | ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc | Ritesh Harjani (IBM) | 1 | -2/+5 |
2025-05-20 | ext4: Add multi-fsblock atomic write support with bigalloc | Ritesh Harjani (IBM) | 4 | -5/+299 |
2025-05-20 | ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS | Ritesh Harjani (IBM) | 3 | -8/+112 |
2025-05-20 | ext4: Make ext4_meta_trans_blocks() non-static for later use | Ritesh Harjani (IBM) | 2 | -5/+3 |
2025-05-20 | ext4: Check if inode uses extents in ext4_inode_can_atomic_write() | Ritesh Harjani (IBM) | 1 | -1/+3 |
2025-05-20 | ext4: Document an edge case for overwrites | Ritesh Harjani (IBM) | 1 | -0/+4 |
2025-05-20 | ext4: remove sb argument from ext4_superblock_csum() | Eric Biggers | 4 | -10/+8 |
2025-05-20 | ext4: remove sbi argument from ext4_chksum() | Eric Biggers | 12 | -55/+45 |
2025-05-20 | ext4: enable large folio for regular file | Zhang Yi | 4 | -1/+26 |
2025-05-20 | ext4: make online defragmentation support large folios | Zhang Yi | 1 | -7/+4 |
2025-05-20 | ext4: make the writeback path support large folios | Zhang Yi | 1 | -3/+3 |
2025-05-20 | ext4: correct the journal credits calculations of allocating blocks | Zhang Yi | 2 | -8/+7 |
2025-05-20 | ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio | Zhang Yi | 2 | -5/+5 |
2025-05-20 | ext4: make __ext4_block_zero_page_range() support large folio | Zhang Yi | 1 | -4/+3 |
2025-05-20 | ext4: make regular file's buffered write path support large folios | Zhang Yi | 1 | -10/+21 |
2025-05-20 | ext4: make ext4_mpage_readpages() support large folios | Zhang Yi | 1 | -11/+17 |
2025-05-20 | ext4: ensure i_size is smaller than maxbytes | Zhang Yi | 1 | -1/+2 |
2025-05-20 | ext4: factor out ext4_get_maxbytes() | Zhang Yi | 3 | -12/+9 |
2025-05-20 | ext4: fix incorrect punch max_end | Zhang Yi | 1 | -3/+9 |
2025-05-20 | ext4: fix out of bounds punch offset | Zhang Yi | 1 | -1/+1 |
2025-05-20 | ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers | Christoph Hellwig | 1 | -24/+22 |
2025-05-20 | ext4: fix calculation of credits for extent tree modification | Jan Kara | 1 | -5/+6 |
2025-05-16 | ext4: avoid -Wformat-security warning | Arnd Bergmann | 1 | -1/+1 |
2025-05-15 | ext4: clairfy the rules for modifying extents | Zhang Yi | 1 | -2/+33 |
2025-05-15 | ext4: check env when mapping and modifying extents | Zhang Yi | 2 | -3/+16 |
2025-05-14 | ext4: introduce ext4_check_map_extents_env() debug helper | Zhang Yi | 2 | -0/+27 |
2025-05-14 | ext4: factor out is_special_ino() | Zhang Yi | 2 | -6/+12 |
2025-05-14 | ext4: prevent stale extent cache entries caused by concurrent get es_cache | Zhang Yi | 2 | -1/+9 |
2025-05-14 | ext4: prevent stale extent cache entries caused by concurrent fiemap | Zhang Yi | 1 | -6/+11 |
2025-05-14 | ext4: prevent stale extent cache entries caused by concurrent I/O writeback | Zhang Yi | 4 | -12/+32 |
2025-05-14 | ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usage | Zhang Yi | 2 | -6/+10 |
2025-05-14 | ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space() | Zhang Yi | 1 | -9/+10 |
2025-05-13 | ext4: inline: fix len overflow in ext4_prepare_inline_data | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2025-05-08 | ext4: hold s_fc_lock while during fast commit | Harshad Shirwadkar | 1 | -31/+13 |
2025-05-08 | ext4: convert s_fc_lock to mutex type | Harshad Shirwadkar | 3 | -32/+32 |
2025-05-08 | ext4: temporarily elevate commit thread priority | Harshad Shirwadkar | 3 | -4/+18 |
2025-05-08 | ext4: update code documentation | Harshad Shirwadkar | 1 | -17/+31 |
2025-05-08 | ext4: drop i_fc_updates from inode fc info | Harshad Shirwadkar | 2 | -73/+0 |
2025-05-08 | ext4: rework fast commit commit path | Harshad Shirwadkar | 2 | -74/+126 |
2025-05-08 | ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr | Harshad Shirwadkar | 1 | -3/+4 |
2025-05-08 | ext4: for committing inode, make ext4_fc_track_inode wait | Harshad Shirwadkar | 3 | -0/+41 |
2025-05-08 | ext4: convert i_fc_lock to spinlock | Harshad Shirwadkar | 3 | -13/+15 |
2025-05-07 | fs: add atomic write unit max opt to statx | John Garry | 1 | -1/+1 |
2025-04-22 | mm/migrate: fix sleep in atomic for large folios and buffer heads | Davidlohr Bueso | 1 | -1/+2 |
2025-04-22 | fs/ext4: use sleeping version of sb_find_get_block() | Davidlohr Bueso | 1 | -1/+2 |
2025-04-13 | Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -37/+63 |
2025-04-12 | ext4: fix off-by-one error in do_split | Artem Sadovnikov | 1 | -1/+1 |
2025-04-12 | ext4: make block validity check resistent to sb bh corruption | Ojaswin Mujoo | 2 | -6/+6 |
2025-04-12 | ext4: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -10/+8 |
2025-04-10 | ext4: don't treat fhandle lookup of ea_inode as FS corruption | Jann Horn | 1 | -20/+48 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -17/+5 |
2025-03-27 | Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 26 | -1010/+858 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+5 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
2025-03-21 | ext4: fix OOB read when checking dotdot dir | Acs, Jakub | 1 | -0/+3 |
2025-03-21 | ext4: on a remount, only log the ro or r/w state when it has changed | Nicolas Bretz | 1 | -3/+4 |
2025-03-21 | ext4: correct the error handle in ext4_fallocate() | Zhang Yi | 1 | -1/+1 |
2025-03-21 | ext4: Make sb update interval tunable | Ojaswin Mujoo | 3 | -7/+21 |
2025-03-21 | ext4: avoid journaling sb update on error if journal is destroying | Ojaswin Mujoo | 3 | -9/+25 |
2025-03-21 | ext4: define ext4_journal_destroy wrapper | Ojaswin Mujoo | 2 | -10/+20 |
2025-03-21 | ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...) | Ethan Carter Edwards | 1 | -1/+1 |
2025-03-20 | ext4: don't over-report free space or inodes in statvfs | Theodore Ts'o | 1 | -10/+17 |
2025-03-20 | iomap: rework IOMAP atomic flags | John Garry | 1 | -1/+5 |
2025-03-17 | fs/dax: ensure all pages are idle prior to filesystem unmount | Alistair Popple | 1 | -0/+2 |
2025-03-17 | fs/dax: create a common implementation to break DAX layouts | Alistair Popple | 1 | -12/+1 |
2025-03-17 | fs/dax: refactor wait for dax idle page | Alistair Popple | 1 | -4/+1 |
2025-03-18 | ext4: clear DISCARD flag if device does not support discard | Diangang Li | 1 | -1/+3 |
2025-03-18 | ext4: reorder capability check last | Christian Göttsche | 1 | -2/+2 |
2025-03-18 | ext4: update the comment about mb_optimize_scan | Zizhi Wo | 1 | -2/+2 |
2025-03-18 | ext4: remove references to bh->b_page | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2025-03-18 | ext4: goto right label 'out_mmap_sem' in ext4_setattr() | Baokun Li | 1 | -1/+1 |
2025-03-18 | ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() | Ye Bin | 3 | -25/+13 |
2025-03-18 | ext4: introduce ITAIL helper | Ye Bin | 2 | -5/+8 |
2025-03-17 | ext4: remove redundant function ext4_has_metadata_csum | Eric Biggers | 15 | -56/+57 |
2025-03-17 | ext4: verify fast symlink length | Jan Kara | 1 | -2/+10 |
2025-03-16 | fs: convert block_commit_write() to take a folio | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2025-03-16 | ext4: ignore xattrs past end | Bhupesh | 1 | -1/+10 |
2025-03-16 | ext4: remove unused input "inode" in ext4_find_dest_de | Kemeng Shi | 3 | -6/+4 |
2025-03-16 | ext4: remove unneeded forward declaration in namei.c | Kemeng Shi | 1 | -30/+0 |
2025-03-16 | ext4: add missing brelse() for bh2 in ext4_dx_add_entry() | Kemeng Shi | 1 | -4/+12 |
2025-03-13 | Revert "ext4: add pre-content fsnotify hook for DAX faults" | Amir Goldstein | 1 | -3/+0 |
2025-03-13 | ext4: show 'shutdown' hint when ext4 is forced to shutdown | Baokun Li | 1 | -0/+3 |
2025-03-13 | ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set | Baokun Li | 1 | -0/+3 |
2025-03-13 | ext4: correct behavior under errors=remount-ro mode | Baokun Li | 1 | -11/+8 |
2025-03-13 | ext4: add more ext4_emergency_state() checks around sb_rdonly() | Baokun Li | 3 | -13/+18 |
2025-03-13 | ext4: add ext4_emergency_state() helper function | Baokun Li | 12 | -61/+91 |
2025-03-13 | ext4: add EXT4_FLAGS_EMERGENCY_RO bit | Baokun Li | 1 | -0/+6 |
2025-03-13 | ext4: convert EXT4_FLAGS_* defines to enum | Baokun Li | 1 | -3/+5 |
2025-03-13 | ext4: pack holes in ext4_inode_info | Baokun Li | 1 | -4/+3 |
2025-03-13 | ext4: remove unused member 'i_unwritten' from 'ext4_inode_info' | Baokun Li | 3 | -28/+5 |
2025-03-13 | jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR | Baokun Li | 1 | -4/+0 |
2025-03-13 | ext4: abort journal on data writeback failure if in data_err=abort mode | Baokun Li | 2 | -14/+36 |
2025-03-13 | ext4: extract ext4_has_journal_option() from __ext4_fill_super() | Baokun Li | 1 | -25/+25 |
2025-03-13 | ext4: reject the 'data_err=abort' option in nojournal mode | Baokun Li | 1 | -0/+12 |
2025-03-13 | ext4: do not convert the unwritten extents if data writeback fails | Baokun Li | 2 | -3/+16 |
2025-03-13 | ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end() | Baokun Li | 1 | -9/+4 |
2025-03-13 | ext4: fix potential null dereference in ext4 kunit test | Charles Han | 1 | -0/+2 |
2025-03-13 | ext4: Refactor out ext4_try_to_write_inline_data() | Julian Sun | 1 | -74/+3 |
2025-03-13 | ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin... | Julian Sun | 3 | -96/+16 |
2025-03-13 | ext4: Introduce a new helper function ext4_generic_write_inline_data() | Julian Sun | 1 | -0/+86 |
2025-03-13 | ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes | Julian Sun | 1 | -1/+1 |
2025-03-13 | ext4: Remove a redundant return statement | Julian Sun | 1 | -1/+0 |
2025-03-06 | iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW | John Garry | 1 | -1/+1 |
2025-03-05 | ext4: protect ext4_release_dquot against freezing | Ojaswin Mujoo | 1 | -0/+17 |
2025-03-05 | fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -5/+5 |
2025-02-13 | ext4: introduce linear search for dentries | Theodore Ts'o | 1 | -4/+10 |
2025-02-10 | ext4: move out common parts into ext4_fallocate() | Zhang Yi | 2 | -104/+45 |
2025-02-10 | ext4: move out inode_lock into ext4_fallocate() | Zhang Yi | 2 | -70/+33 |
2025-02-10 | ext4: factor out ext4_do_fallocate() | Zhang Yi | 1 | -65/+60 |
2025-02-10 | ext4: refactor ext4_insert_range() | Zhang Yi | 1 | -53/+48 |
2025-02-10 | ext4: refactor ext4_collapse_range() | Zhang Yi | 1 | -55/+48 |
2025-02-10 | ext4: refactor ext4_zero_range() | Zhang Yi | 1 | -85/+57 |
2025-02-10 | ext4: refactor ext4_punch_hole() | Zhang Yi | 2 | -66/+55 |
2025-02-10 | ext4: don't write back data before punch hole in nojournal mode | Zhang Yi | 1 | -13/+5 |
2025-02-10 | ext4: don't explicit update times in ext4_fallocate() | Zhang Yi | 2 | -6/+0 |
2025-02-10 | ext4: remove writable userspace mappings before truncating page cache | Zhang Yi | 3 | -14/+70 |
2025-02-10 | ext4: remove unneeded forward declaration | Kemeng Shi | 1 | -1/+0 |
2025-02-10 | ext4: remove unused ext4 journal callback | Kemeng Shi | 2 | -98/+0 |
2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -26/+6 |
2025-01-27 | ext4 fast_commit: make use of name_snapshot primitives | Al Viro | 2 | -26/+6 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -0/+6 |
2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 3 | -39/+4 |
2024-12-22 | ext4: use inode_set_cached_link() | Mateusz Guzik | 2 | -2/+5 |
2024-12-11 | fs: enable pre-content events on supported file systems | Josef Bacik | 1 | -0/+3 |
2024-12-11 | ext4: add pre-content fsnotify hook for DAX faults | Jan Kara | 1 | -0/+3 |
2024-12-01 | ext4: switch to using the crc32c library | Eric Biggers | 3 | -39/+4 |
2024-11-18 | Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 20 | -102/+227 |
2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -14/+7 |
2024-11-18 | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -5/+99 |
2024-11-18 | Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+1 |
2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+1 |
2024-11-13 | ext4: prevent an infinite loop in the lazyinit thread | Mathieu Othacehe | 1 | -7/+13 |
2024-11-13 | ext4: use struct_size() to improve ext4_htree_store_dirent() | Thorsten Blum | 1 | -3/+2 |
2024-11-13 | ext4: annotate struct fname with __counted_by() | Thorsten Blum | 1 | -1/+1 |
2024-11-13 | ext4: use str_yes_no() helper function | Thorsten Blum | 1 | -1/+1 |
2024-11-12 | ext4: prevent delalloc to nodelalloc on remount | Nicolas Bretz | 1 | -0/+7 |
2024-11-12 | ext4: cleanup variable name in ext4_fc_del() | Dan Carpenter | 1 | -2/+2 |
2024-11-12 | ext4: use string choices helpers | R Sundar | 1 | -1/+1 |
2024-11-12 | ext4: use ERR_CAST to return an error-valued pointer | Yu Jiaoliang | 1 | -2/+2 |
2024-11-12 | ext4: partial zero eof block on unaligned inode size extension | Brian Foster | 2 | -16/+42 |
2024-11-12 | ext4: disambiguate the return value of ext4_dio_write_end_io() | Jinliang Zheng | 1 | -2/+3 |
2024-11-12 | ext4: pass write-hint for buffered IO | j.xia | 1 | -1/+3 |
2024-11-12 | ext4: fix race in buffer_head read fault injection | Long Li | 10 | -29/+29 |
2024-11-12 | ext4: don't pass full mapping flags to ext4_es_insert_extent() | Zhang Yi | 4 | -10/+11 |
2024-11-12 | ext4: mark ctx_*_flags() with __maybe_unused | Andy Shevchenko | 1 | -4/+4 |
2024-11-12 | ext4: return error on syncfs after shutdown | Amir Goldstein | 1 | -1/+1 |
2024-11-12 | fs: ext4: Don't use CMA for buffer_head | Zhaoyang Huang | 1 | -1/+8 |
2024-11-12 | ext4: simplify if condition | Jiapeng Chong | 1 | -3/+1 |
2024-11-12 | ext4: fix FS_IOC_GETFSMAP handling | Theodore Ts'o | 3 | -5/+68 |
2024-11-12 | ext4: WARN if a full dir leaf block has only one dentry | Baokun Li | 1 | -2/+12 |
2024-11-12 | ext4: show the default enabled prefetch_block_bitmaps option | Baokun Li | 1 | -0/+3 |
2024-11-05 | ext4: Do not fallback to buffered-io for DIO atomic write | Ritesh Harjani (IBM) | 2 | -5/+29 |
2024-11-05 | ext4: Support setting FMODE_CAN_ATOMIC_WRITE | Ritesh Harjani (IBM) | 1 | -0/+3 |
2024-11-05 | ext4: Check for atomic writes support in write iter | Ritesh Harjani (IBM) | 1 | -0/+14 |
2024-11-05 | ext4: Add statx support for atomic writes | Ritesh Harjani (IBM) | 3 | -0/+53 |
2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -14/+7 |
2024-10-30 | ext4: avoid remount errors with 'abort' mount option | Jan Kara | 1 | -3/+8 |
2024-10-30 | ext4: supress data-race warnings in ext4_free_inodes_{count,set}() | Jeongjun Park | 1 | -4/+4 |
2024-10-30 | ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter() | Markus Elfring | 1 | -5/+2 |
2024-10-28 | ext4: Use generic_ci_validate_strict_name helper | André Almeida | 1 | -4/+1 |
2024-10-28 | fs/writeback: convert wbc_account_cgroup_owner to take a folio | Pankaj Raghav | 1 | -1/+1 |
2024-10-10 | Merge patch series "timekeeping/fs: multigrain timestamp redux" | Christian Brauner | 1 | -1/+1 |
2024-10-10 | ext4: switch to multigrain timestamps | Jeff Layton | 1 | -1/+1 |
2024-10-04 | ext4: fix off by one issue in alloc_flex_gd() | Baokun Li | 1 | -8/+10 |
2024-10-04 | ext4: mark fc as ineligible using an handle in ext4_xattr_set() | Luis Henriques (SUSE) | 1 | -1/+2 |
2024-10-04 | ext4: use handle to mark fc as ineligible in __track_dentry_update() | Luis Henriques (SUSE) | 1 | -8/+11 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2024-09-20 | Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -921/+930 |
2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -25/+34 |
2024-09-09 | ext4: store cookie in private data | Christian Brauner | 3 | -25/+34 |
2024-09-03 | ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C | Ojaswin Mujoo | 1 | -5/+7 |
2024-09-03 | ext4: check stripe size compatibility on remount as well | Ojaswin Mujoo | 1 | -7/+22 |
2024-09-03 | ext4: fix i_data_sem unlock order in ext4_ind_migrate() | Artem Sadovnikov | 1 | -1/+1 |
2024-09-03 | ext4: remove the special buffer dirty handling in do_journal_get_write_access | Shida Zhang | 1 | -17/+1 |
2024-09-03 | ext4: fix a potential assertion failure due to improperly dirtied buffer | Shida Zhang | 3 | -12/+40 |
2024-09-03 | ext4: hoist ext4_block_write_begin and replace the __block_write_begin | Shida Zhang | 3 | -24/+12 |
2024-09-03 | ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers | Shida Zhang | 1 | -1/+1 |
2024-09-03 | ext4: dax: keep orphan list before truncate overflow allocated blocks | yangerkun | 1 | -6/+6 |
2024-09-03 | ext4: fix error message when rejecting the default hash | Gabriel Krisman Bertazi | 2 | -10/+18 |
2024-09-03 | ext4: save unnecessary indentation in ext4_ext_create_new_leaf() | Baokun Li | 1 | -23/+21 |
2024-09-03 | ext4: make some fast commit functions reuse extents path | Baokun Li | 2 | -33/+29 |
2024-09-03 | ext4: refactor ext4_swap_extents() to reuse extents path | Baokun Li | 1 | -26/+22 |