summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-01-302-26/+6
|\
| * ext4 fast_commit: make use of name_snapshot primitivesAl Viro2025-01-272-26/+6
* | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-232-0/+6
|\ \
| * | fs: enable pre-content events on supported file systemsJosef Bacik2024-12-111-0/+3
| * | ext4: add pre-content fsnotify hook for DAX faultsJan Kara2024-12-111-0/+3
| |/
* | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2025-01-223-39/+4
|\ \
| * | ext4: switch to using the crc32c libraryEric Biggers2024-12-013-39/+4
| |/
* / ext4: use inode_set_cached_link()Mateusz Guzik2024-12-222-2/+5
|/
* Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-1820-102/+227
|\
| * ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe2024-11-131-7/+13
| * ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum2024-11-131-3/+2
| * ext4: annotate struct fname with __counted_by()Thorsten Blum2024-11-131-1/+1
| * ext4: use str_yes_no() helper functionThorsten Blum2024-11-131-1/+1
| * ext4: prevent delalloc to nodelalloc on remountNicolas Bretz2024-11-121-0/+7
| * ext4: cleanup variable name in ext4_fc_del()Dan Carpenter2024-11-121-2/+2
| * ext4: use string choices helpersR Sundar2024-11-121-1/+1
| * ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang2024-11-121-2/+2
| * ext4: partial zero eof block on unaligned inode size extensionBrian Foster2024-11-122-16/+42
| * ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng2024-11-121-2/+3
| * ext4: pass write-hint for buffered IOj.xia2024-11-121-1/+3
| * ext4: fix race in buffer_head read fault injectionLong Li2024-11-1210-29/+29
| * ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi2024-11-124-10/+11
| * ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko2024-11-121-4/+4
| * ext4: return error on syncfs after shutdownAmir Goldstein2024-11-121-1/+1
| * fs: ext4: Don't use CMA for buffer_headZhaoyang Huang2024-11-121-1/+8
| * ext4: simplify if conditionJiapeng Chong2024-11-121-3/+1
| * ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o2024-11-123-5/+68
| * ext4: WARN if a full dir leaf block has only one dentryBaokun Li2024-11-121-2/+12
| * ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li2024-11-121-0/+3
| * ext4: avoid remount errors with 'abort' mount optionJan Kara2024-10-301-3/+8
| * ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park2024-10-301-4/+4
| * ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring2024-10-301-5/+2
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-14/+7
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-14/+7
| |/
* | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-184-5/+99
|\ \
| * | ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)2024-11-052-5/+29
| * | ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)2024-11-051-0/+3
| * | ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)2024-11-051-0/+14
| * | ext4: Add statx support for atomic writesRitesh Harjani (IBM)2024-11-053-0/+53
* | | Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-11-181-4/+1
|\ \ \
| * | | ext4: Use generic_ci_validate_strict_name helperAndré Almeida2024-10-281-4/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-1/+1
|\ \ \
| * | | fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav2024-10-281-1/+1
| | |/ | |/|
* | | Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner2024-10-101-1/+1
|\ \ \ | |_|/ |/| |
| * | ext4: switch to multigrain timestampsJeff Layton2024-10-101-1/+1
* | | ext4: fix off by one issue in alloc_flex_gd()Baokun Li2024-10-041-8/+10
* | | ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)2024-10-041-1/+2
* | | ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)2024-10-041-8/+11
| |/ |/|
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-3/+3
| |/