]> www.infradead.org Git - users/hch/misc.git/shortlog
users/hch/misc.git
2025-04-13 Ojaswin Mujooext4: make block validity check resistent to sb bh...
2025-04-13 Gustavo A.... ext4: avoid -Wflex-array-member-not-at-end warning
2025-04-13 Tom VierjahnDocumentation: ext4: Add fields to ext4_super_block...
2025-04-10 Jann Hornext4: don't treat fhandle lookup of ea_inode as FS...
2025-03-21 Acs, Jakubext4: fix OOB read when checking dotdot dir
2025-03-21 Nicolas Bretzext4: on a remount, only log the ro or r/w state when...
2025-03-21 Zhang Yiext4: correct the error handle in ext4_fallocate()
2025-03-21 Ojaswin Mujooext4: Make sb update interval tunable
2025-03-21 Ojaswin Mujooext4: avoid journaling sb update on error if journal...
2025-03-21 Ojaswin Mujooext4: define ext4_journal_destroy wrapper
2025-03-21 Ethan Carter... ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc...
2025-03-21 Zhang Yijbd2: add a missing data flush during file and fs synch...
2025-03-20 Theodore Ts'oext4: don't over-report free space or inodes in statvfs
2025-03-18 Diangang Liext4: clear DISCARD flag if device does not support...
2025-03-18 Baokun Lijbd2: remove jbd2_journal_unfile_buffer()
2025-03-18 Christian Göttscheext4: reorder capability check last
2025-03-18 Zizhi Woext4: update the comment about mb_optimize_scan
2025-03-18 Zhang Yijbd2: fix off-by-one while erasing journal
2025-03-18 Matthew Wilcox... ext4: remove references to bh->b_page
2025-03-18 Baokun Liext4: goto right label 'out_mmap_sem' in ext4_setattr()
2025-03-18 Ye Binext4: fix out-of-bound read in ext4_xattr_inode_dec_ref...
2025-03-18 Ye Binext4: introduce ITAIL helper
2025-03-17 Eric Biggersjbd2: remove redundant function jbd2_journal_has_csum_v...
2025-03-17 Eric Biggersext4: remove redundant function ext4_has_metadata_csum
2025-03-17 Jan Karajbd2: do not try to recover wiped journal
2025-03-17 Jan Karajbd2: remove wrong sb->s_sequence check
2025-03-17 Jan Karaext4: verify fast symlink length
2025-03-17 Bhupeshext4: ignore xattrs past end
2025-03-17 Kemeng Shiext4: remove unused input "inode" in ext4_find_dest_de
2025-03-17 Kemeng Shiext4: remove unneeded forward declaration in namei.c
2025-03-17 Kemeng Shiext4: add missing brelse() for bh2 in ext4_dx_add_entry()
2025-03-13 Kemeng Shijbd2: Correct stale comment of release_buffer_page
2025-03-13 Kemeng Shijbd2: correct stale function name in comment
2025-03-13 Kemeng Shijbd2: remove stale comment of update_t_max_wait
2025-03-13 Kemeng Shijbd2: remove unused return value of do_readahead
2025-03-13 Kemeng Shijbd2: remove unused return value of jbd2_journal_cancel...
2025-03-13 Kemeng Shijbd2: remove unused h_jdata flag of handle
2025-03-13 Baokun Liext4: show 'shutdown' hint when ext4 is forced to shutdown
2025-03-13 Baokun Liext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO...
2025-03-13 Baokun Liext4: correct behavior under errors=remount-ro mode
2025-03-13 Baokun Liext4: add more ext4_emergency_state() checks around...
2025-03-13 Baokun Liext4: add ext4_emergency_state() helper function
2025-03-13 Baokun Liext4: add EXT4_FLAGS_EMERGENCY_RO bit
2025-03-13 Baokun Liext4: convert EXT4_FLAGS_* defines to enum
2025-03-13 Baokun Liext4: pack holes in ext4_inode_info
2025-03-13 Baokun Liext4: remove unused member 'i_unwritten' from 'ext4_ino...
2025-03-13 Baokun Liext4: update the descriptions of data_err=abort and...
2025-03-13 Baokun Lijbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
2025-03-13 Baokun Liext4: abort journal on data writeback failure if in...
2025-03-13 Baokun Liext4: extract ext4_has_journal_option() from __ext4_fil...
2025-03-13 Baokun Liext4: reject the 'data_err=abort' option in nojournal...
2025-03-13 Baokun Liext4: do not convert the unwritten extents if data...
2025-03-13 Baokun Liext4: replace opencoded ext4_end_io_end() in ext4_put_i...
2025-03-13 Charles Hanext4: fix potential null dereference in ext4 kunit...
2025-03-13 Julian Sunext4: Refactor out ext4_try_to_write_inline_data()
2025-03-13 Julian Sunext4: Replace ext4_da_write_inline_data_begin() with...
2025-03-13 Julian Sunext4: Introduce a new helper function ext4_generic_writ...
2025-03-13 Julian Sunext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes
2025-03-13 Julian Sunext4: Remove a redundant return statement
2025-03-06 Ojaswin Mujooext4: protect ext4_release_dquot against freezing
2025-02-13 Theodore Ts'oext4: introduce linear search for dentries
2025-02-13 Jan Karajbd2: Avoid long replay times due to high number or...
2025-02-10 Zhang Yiext4: move out common parts into ext4_fallocate()
2025-02-10 Zhang Yiext4: move out inode_lock into ext4_fallocate()
2025-02-10 Zhang Yiext4: factor out ext4_do_fallocate()
2025-02-10 Zhang Yiext4: refactor ext4_insert_range()
2025-02-10 Zhang Yiext4: refactor ext4_collapse_range()
2025-02-10 Zhang Yiext4: refactor ext4_zero_range()
2025-02-10 Zhang Yiext4: refactor ext4_punch_hole()
2025-02-10 Zhang Yiext4: don't write back data before punch hole in nojour...
2025-02-10 Zhang Yiext4: don't explicit update times in ext4_fallocate()
2025-02-10 Zhang Yiext4: remove writable userspace mappings before truncat...
2025-02-10 Kemeng Shiext4: remove unneeded forward declaration
2025-02-10 Kemeng Shijbd2: remove unused transaction->t_private_list
2025-02-10 Kemeng Shiext4: remove unused ext4 journal callback
2025-02-09 Linus TorvaldsLinux 6.14-rc2
2025-02-09 Linus TorvaldsMerge tag 'kbuild-fixes-v6.14' of git://git.kernel...
2025-02-09 Linus TorvaldsMerge tag 'pm-6.14-rc2-2' of git://git.kernel.org/pub...
2025-02-09 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2025-02-09 Rafael J. WysockiPM: sleep: core: Restrict power.set_active propagation
2025-02-08 Linus TorvaldsMerge tag 'hardening-v6.14-rc2' of git://git.kernel...
2025-02-08 Linus TorvaldsMerge tag 'seccomp-v6.14-rc2' of git://git.kernel.org...
2025-02-08 Linus TorvaldsMerge tag 'execve-v6.14-rc2' of git://git.kernel.org...
2025-02-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-02-08 Linus TorvaldsMerge tag 'i2c-for-6.14-rc2' of git://git.kernel.org...
2025-02-08 Linus TorvaldsMerge tag 'rust-fixes-6.14' of https://github.com/Rust...
2025-02-08 Linus TorvaldsMerge tag 'ftrace-v6.14-rc1' of git://git.kernel.org...
2025-02-08 Linus TorvaldsMerge tag 'x86-urgent-2025-02-08' of git://git.kernel...
2025-02-08 Linus TorvaldsMerge tag 'timers-urgent-2025-02-08' of git://git.kerne...
2025-02-08 Linus TorvaldsMerge tag 'sched-urgent-2025-02-08' of git://git.kernel...
2025-02-08 Linus TorvaldsMerge tag 'irq-urgent-2025-02-08' of git://git.kernel...
2025-02-08 Linus TorvaldsMerge tag 'locking-urgent-2025-02-08' of git://git...
2025-02-08 Steven Rostedtfgraph: Fix set_graph_notrace with setting TRACE_GRAPH_...
2025-02-08 Nathan Chancellorkbuild: Move -Wenum-enum-conversion to W=2
2025-02-08 Linus TorvaldsMerge tag 'v6.14rc1-smb3-client-fixes' of git://git...
2025-02-07 Linus TorvaldsMerge tag 'drm-fixes-2025-02-08' of https://gitlab...
2025-02-07 Linus TorvaldsMerge tag 'stable/for-linus-6.14-rc1-tag' of git:/...
2025-02-07 Linus TorvaldsMerge tag 'block-6.14-20250207' of git://git.kernel...
2025-02-07 WangYulikbuild: install-extmod-build: add missing quotation...
2025-02-07 Linus TorvaldsMerge tag 'pm-6.14-rc2' of git://git.kernel.org/pub...
next