index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
ext4: drop all delonly descriptions
Zhang Yi
1
-34
/
+32
2024-09-02
ext4: drop ext4_es_is_delonly()
Zhang Yi
3
-16
/
+11
2024-09-02
ext4: make extent status types exclusive
Zhang Yi
1
-2
/
+10
2024-09-02
ext4: drop unused ext4_es_store_status()
Zhang Yi
1
-7
/
+0
2024-09-02
ext4: use ext4_map_query_blocks() in ext4_map_blocks()
Zhang Yi
1
-21
/
+1
2024-09-02
ext4: drop ext4_es_delayed_clu()
Zhang Yi
2
-90
/
+0
2024-09-02
ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
Zhang Yi
3
-45
/
+24
2024-09-02
ext4: passing block allocation information to ext4_es_insert_extent()
Zhang Yi
4
-10
/
+11
2024-09-02
ext4: let __revise_pending() return newly inserted pendings
Zhang Yi
1
-10
/
+18
2024-09-02
ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
Zhang Yi
2
-19
/
+1
2024-09-02
ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
Zhang Yi
1
-7
/
+8
2024-09-02
ext4: factor out ext4_map_create_blocks() to allocate new blocks
Zhang Yi
1
-76
/
+81
2024-08-27
ext4: dax: fix overflowing extents beyond inode size when partially writing
Zhihao Cheng
1
-4
/
+4
2024-08-27
ext4: don't set SB_RDONLY after filesystem errors
Jan Kara
1
-4
/
+5
2024-08-27
ext4: nested locking for xattr inode
Wojciech Gładysz
1
-2
/
+2
2024-08-27
jbd2: remove unneeded check of ret in jbd2_fc_get_buf
Kemeng Shi
1
-11
/
+5
2024-08-27
jbd2: correct comment jbd2_mark_journal_empty
Kemeng Shi
1
-1
/
+1
2024-08-27
jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-25
/
+24
2024-08-27
jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...
Kemeng Shi
1
-13
/
+8
2024-08-27
jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...
Kemeng Shi
1
-2
/
+4
2024-08-27
jbd2: remove unused return value of jbd2_fc_release_bufs
Kemeng Shi
2
-4
/
+2
2024-08-27
jbd2: remove dead check in journal_alloc_journal_head
Kemeng Shi
1
-2
/
+1
2024-08-27
jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
Kemeng Shi
1
-1
/
+1
2024-08-27
ext4: annotate struct ext4_xattr_inode_array with __counted_by()
Thorsten Blum
2
-14
/
+12
2024-08-27
Documentation: ext4.rst: remove obsolete descriptions of noacl/nouser_xattr o...
Stefan Tauner
1
-10
/
+0
2024-08-27
ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
Luis Henriques (SUSE)
1
-4
/
+11
2024-08-27
ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
Luis Henriques (SUSE)
1
-2
/
+5
2024-08-27
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
1
-2
/
+5
2024-08-27
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-08-27
jbd2: fix kernel-doc for j_transaction_overhead_buffers
Randy Dunlap
1
-1
/
+1
2024-08-27
ext4: tidy the BH loop in mext_page_mkuptodate()
Matthew Wilcox (Oracle)
1
-4
/
+7
2024-08-27
ext4: remove array of buffer_heads from mext_page_mkuptodate()
Matthew Wilcox (Oracle)
1
-10
/
+12
2024-08-27
ext4: pipeline buffer reads in mext_page_mkuptodate()
Matthew Wilcox (Oracle)
1
-8
/
+15
2024-08-27
ext4: reduce stack usage in ext4_mpage_readpages()
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-08-27
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
1
-2
/
+5
2024-08-27
ext4: fix access to uninitialised lock in fc replay path
Luis Henriques (SUSE)
1
-1
/
+2
2024-08-27
ext4: fix fast commit inode enqueueing during a full journal commit
Luis Henriques (SUSE)
2
-2
/
+15
2024-08-27
ext4: fix timer use-after-free on failed mount
Xiaxi Shen
1
-1
/
+1
2024-08-27
ext4: use seq_putc() in two functions
Markus Elfring
2
-3
/
+2
2024-08-27
ext4: no need to continue when the number of entries is 1
Edward Adam Davis
1
-1
/
+1
2024-08-27
ext4: correct encrypted dentry name hash when not casefolded
yao.ly
1
-3
/
+11
2024-08-21
ext4: correct comment of h_checksum
Kemeng Shi
1
-2
/
+1
2024-08-21
ext4: correct comment of ext4_xattr_block_cache_insert
Kemeng Shi
1
-2
/
+0
2024-08-21
ext4: correct comment of ext4_xattr_cmp
Kemeng Shi
1
-2
/
+1
2024-08-21
ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
carrion bent
1
-2
/
+2
2024-08-21
ext4: filesystems without casefold feature cannot be mounted with siphash
Lizhi Xu
1
-0
/
+7
2024-08-21
ext4: adjust the layout of the ext4_inode_info structure to save memory
Junchao Sun
1
-5
/
+5
2024-08-18
Linux 6.11-rc4
v6.11-rc4
Linus Torvalds
1
-1
/
+1
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-17
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2
-9
/
+10
[next]