| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+7 |
| 2022-08-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 17 | -145/+428 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -21/+23 |
| 2022-08-02 | ext4: add ioctls to get/set the ext4 superblock uuid | Jeremy Bongio | 2 | -0/+94 |
| 2022-08-02 | ext4: avoid resizing to a partial cluster size | Kiselev, Oleg | 1 | -0/+10 |
| 2022-08-02 | ext4: reduce computation of overhead during resize | Kiselev, Oleg | 1 | -2/+21 |
| 2022-08-02 | ext4: block range must be validated before use in ext4_mb_clear_bb() | Lukas Czerner | 1 | -1/+20 |
| 2022-08-02 | ext4: fix race when reusing xattr blocks | Jan Kara | 1 | -22/+45 |
| 2022-08-02 | ext4: unindent codeblock in ext4_xattr_block_set() | Jan Kara | 1 | -39/+38 |
| 2022-08-02 | ext4: remove EA inode entry from mbcache on inode eviction | Jan Kara | 3 | -16/+11 |
| 2022-08-02 | ext4: make sure ext4_append() always allocates new block | Lukas Czerner | 1 | -0/+16 |
| 2022-08-02 | ext4: check if directory block is within i_size | Lukas Czerner | 1 | -0/+7 |
| 2022-08-02 | ext4: reflect mb_optimize_scan value in options file | Ojaswin Mujoo | 1 | -0/+9 |
| 2022-08-02 | ext4: avoid remove directory when directory is corrupted | Ye Bin | 1 | -5/+2 |
| 2022-08-02 | ext4: aligned '*' in comments | Jiang Jian | 1 | -1/+1 |
| 2022-08-02 | ext4: recover csum seed of tmp_inode after migrating to extents | Li Lingfeng | 1 | -1/+3 |
| 2022-08-02 | ext4: fix warning in ext4_iomap_begin as race between bmap and write | Ye Bin | 1 | -3/+9 |
| 2022-08-02 | ext4: correct the misjudgment in ext4_iget_extra_inode | Baokun Li | 1 | -2/+1 |
| 2022-08-02 | ext4: correct max_inline_xattr_value_size computing | Baokun Li | 1 | -0/+3 |
| 2022-08-02 | ext4: fix use-after-free in ext4_xattr_set_entry | Baokun Li | 1 | -2/+4 |
| 2022-08-02 | ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h | Baokun Li | 1 | -0/+13 |
| 2022-08-02 | ext4: fix extent status tree race in writeback error recovery path | Eric Whitney | 1 | -0/+7 |
| 2022-08-02 | ext4: use ext4_debug() instead of jbd_debug() | Jan Kara | 7 | -41/+40 |
| 2022-08-02 | ext4: reuse order and buddy in mb_mark_used when buddy split | hanjinke | 1 | -2/+8 |
| 2022-08-02 | ext4: update the s_overhead_clusters in the backup sb's when resizing | Theodore Ts'o | 4 | -11/+22 |
| 2022-08-02 | ext4: update s_overhead_clusters in the superblock during an on-line resize | Theodore Ts'o | 1 | -0/+1 |
| 2022-08-02 | ext4: fix reading leftover inlined symlinks | Zhang Yi | 3 | -0/+46 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -21/+22 |
| 2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-07-17 | dax: introduce holder for dax_device | Shiyang Ruan | 1 | -4/+5 |
| 2022-07-14 | fs/ext4: Use the new blk_opf_t type | Bart Van Assche | 3 | -12/+12 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 3 | -5/+5 |
| 2022-07-14 | block: remove bdevname | Christoph Hellwig | 1 | -1/+2 |
| 2022-07-14 | ext4: only initialize mmp_bdevname once | Christoph Hellwig | 1 | -4/+4 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+2 |
| 2022-06-29 | ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios() | Matthew Wilcox (Oracle) | 1 | -10/+9 |
| 2022-06-29 | ext4: Convert mpage_release_unused_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) | 1 | -9/+12 |
| 2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -6/+6 |
| 2022-06-26 | quota: port quota helpers mount ids | Christian Brauner | 1 | -2/+2 |
| 2022-06-26 | fs: port to iattr ownership update helpers | Christian Brauner | 1 | -6/+4 |
| 2022-06-18 | ext4: fix a doubled word "need" in a comment | Xiang wangx | 1 | -1/+1 |
| 2022-06-18 | ext4: add reserved GDT blocks check | Zhang Yi | 1 | -0/+10 |
| 2022-06-18 | ext4: make variable "count" signed | Ding Xiang | 1 | -1/+2 |
| 2022-06-18 | ext4: correct the judgment of BUG in ext4_mb_normalize_request | Baokun Li | 1 | -1/+16 |
| 2022-06-18 | ext4: fix bug_on ext4_mb_use_inode_pa | Baokun Li | 1 | -0/+9 |
| 2022-06-18 | ext4: fix up test_dummy_encryption handling for new mount API | Eric Biggers | 1 | -63/+71 |
| 2022-06-18 | ext4: use kmemdup() to replace kmalloc + memcpy | Shuqi Zhang | 1 | -2/+1 |
| 2022-06-18 | ext4: fix super block checksum incorrect after mount | Ye Bin | 1 | -8/+8 |
| 2022-06-16 | ext4: improve write performance with disabled delalloc | Jan Kara | 1 | -1/+1 |
| 2022-06-16 | ext4: fix warning when submitting superblock in ext4_commit_super() | Zhang Yi | 1 | -6/+16 |
| 2022-06-16 | ext4: fix incorrect comment in ext4_bio_write_page() | Wang Jianjian | 1 | -1/+1 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 6 | -60/+61 |
| 2022-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 14 | -429/+564 |
| 2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -2/+2 |
| 2022-05-24 | ext4: only allow test_dummy_encryption when supported | Eric Biggers | 2 | -28/+38 |
| 2022-05-24 | ext4: fix bug_on in __es_tree_search | Baokun Li | 1 | -5/+5 |
| 2022-05-24 | ext4: avoid cycles in directory h-tree | Jan Kara | 1 | -3/+19 |
| 2022-05-24 | ext4: verify dir block before splitting it | Jan Kara | 1 | -11/+21 |
| 2022-05-24 | ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state | Theodore Ts'o | 1 | -2/+3 |
| 2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -19/+11 |
| 2022-05-21 | ext4: fix bug_on in ext4_writepages | Ye Bin | 1 | -0/+12 |
| 2022-05-21 | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() | Ritesh Harjani | 3 | -57/+64 |
| 2022-05-21 | ext4: cleanup function defs from ext4.h into crypto.c | Ritesh Harjani | 2 | -64/+70 |
| 2022-05-21 | ext4: move ext4 crypto code to its own file crypto.c | Ritesh Harjani | 4 | -122/+131 |
| 2022-05-18 | ext4: fix memory leak in parse_apply_sb_mount_options() | Eric Biggers | 1 | -2/+4 |
| 2022-05-18 | ext4: reject the 'commit' option on ext2 filesystems | Eric Biggers | 1 | -0/+1 |
| 2022-05-18 | ext4: remove duplicated #include of dax.h in inode.c | Yang Li | 1 | -1/+0 |
| 2022-05-17 | ext4: fix race condition between ext4_write and ext4_convert_inline_data | Baokun Li | 2 | -13/+6 |
| 2022-05-17 | ext4: convert symlink external data block mapping to bdev | Zhang Yi | 3 | -83/+100 |
| 2022-05-17 | ext4: add nowait mode for ext4_getblk() | Zhang Yi | 2 | -0/+16 |
| 2022-05-17 | ext4: fix journal_ioprio mount option handling | Ojaswin Mujoo | 1 | -5/+10 |
| 2022-05-17 | ext4: mark group as trimmed only if it was fully scanned | Dmitry Monakhov | 1 | -6/+12 |
| 2022-05-17 | ext4: fix use-after-free in ext4_rename_dir_prepare | Ye Bin | 1 | -3/+27 |
| 2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig | 1 | -2/+2 |
| 2022-05-13 | ext4: add unmount filesystem message | Zhang Yi | 1 | -0/+3 |
| 2022-05-13 | ext4: remove unnecessary conditionals | Lv Ruyi | 2 | -4/+2 |
| 2022-05-11 | ext4: remove unnecessary code in __mb_check_buddy | Jinke Han | 1 | -4/+1 |
| 2022-05-11 | ext4: fix spelling errors in comments | Chin Yik Ming | 1 | -2/+2 |
| 2022-05-11 | ext4: remove unnecessary type castings | Yu Zhe | 7 | -15/+15 |
| 2022-05-11 | ext4: fix warning in ext4_handle_inode_extension | Ye Bin | 1 | -0/+4 |
| 2022-05-11 | ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCAN | Ojaswin Mujoo | 1 | -1/+0 |
| 2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-09 | jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-09 | ext4: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2022-05-09 | ext4: Convert ext4 to read_folio | Matthew Wilcox (Oracle) | 2 | -6/+7 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-05-08 | ext4: Call aops write_begin() and write_end() directly | Matthew Wilcox (Oracle) | 1 | -4/+5 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 3 | -8/+8 |
| 2022-05-08 | ext4: Use scoped memory APIs in ext4_write_begin() | Matthew Wilcox (Oracle) | 3 | -13/+11 |
| 2022-05-08 | ext4: Use scoped memory APIs in ext4_da_write_begin() | Matthew Wilcox (Oracle) | 3 | -11/+9 |
| 2022-05-08 | ext4: Use scoped memory API in mext_page_double_lock() | Matthew Wilcox (Oracle) | 1 | -4/+9 |
| 2022-05-08 | ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent() | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-05-08 | ext4: Use page_symlink() instead of __page_symlink() | Matthew Wilcox (Oracle) | 1 | -1/+6 |
| 2022-04-22 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -24/+97 |
| 2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-17 | block: add a bdev_discard_granularity helper | Christoph Hellwig | 1 | -3/+3 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2 | -14/+6 |
| 2022-04-17 | block: add a bdev_nonrot helper | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-14 | ext4: update the cached overhead value in the superblock | Theodore Ts'o | 3 | -0/+19 |
| 2022-04-14 | ext4: force overhead calculation if the s_overhead_cluster makes no sense | Theodore Ts'o | 1 | -3/+12 |
| 2022-04-14 | ext4: fix overhead calculation to account for the reserved gdt blocks | Theodore Ts'o | 1 | -1/+3 |
| 2022-04-12 | ext4: limit length to bitmap_maxbytes - blocksize in punch_hole | Tadeusz Struk | 1 | -1/+10 |
| 2022-04-12 | ext4: fix use-after-free in ext4_search_dir | Ye Bin | 2 | -2/+6 |
| 2022-04-12 | ext4: fix bug_on in start_this_handle during umount filesystem | Ye Bin | 1 | -7/+12 |
| 2022-04-12 | ext4: fix symlink file size not match to file content | Ye Bin | 1 | -1/+3 |
| 2022-04-12 | ext4: fix fallocate to use file_modified to update permissions consistently | Darrick J. Wong | 3 | -9/+32 |
| 2022-04-01 | ext4: Correct ext4_journalled_dirty_folio() conversion | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-04-01 | fs: Pass an iocb to generic_perform_write() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+1 |
| 2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 1 | -2/+2 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -65/+64 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 13 | -264/+472 |
| 2022-03-22 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2 | -4/+13 |
| 2022-03-21 | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b... | Linus Torvalds | 1 | -4/+3 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -9/+7 |
| 2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2022-03-15 | ext4: fix kernel doc warnings | Theodore Ts'o | 2 | -3/+4 |
| 2022-03-15 | ext4: add commit tid info in ext4_fc_commit_start/stop trace events | Ritesh Harjani | 1 | -2/+2 |
| 2022-03-15 | ext4: add commit_tid info in jbd debug log | Ritesh Harjani | 1 | -6/+9 |
| 2022-03-15 | ext4: add transaction tid info in fc_track events | Ritesh Harjani | 1 | -5/+5 |
| 2022-03-15 | ext4: add new trace event in ext4_fc_cleanup | Ritesh Harjani | 1 | -0/+1 |
| 2022-03-15 | ext4: return early for non-eligible fast_commit track events | Ritesh Harjani | 2 | -14/+60 |
| 2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -10/+11 |
| 2022-03-15 | ext4: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -29/+27 |
| 2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -16/+16 |
| 2022-03-15 | ext4: Use folio_invalidate() | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2022-03-12 | ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FC | Ritesh Harjani | 1 | -3/+3 |
| 2022-03-12 | ext4: remove unused enum EXT4_FC_COMMIT_FAILED | Ritesh Harjani | 1 | -1/+0 |
| 2022-03-12 | ext4: warn when dirtying page w/o buffers in data=journal mode | Jan Kara | 1 | -4/+6 |
| 2022-03-12 | ext4: make mb_optimize_scan performance mount option work with extents | Ojaswin Mujoo | 1 | -1/+1 |
| 2022-03-12 | ext4: make mb_optimize_scan option work with set/unset mount cmd | Ojaswin Mujoo | 1 | -10/+14 |
| 2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig | 1 | -4/+1 |
| 2022-03-07 | Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streams | Jens Axboe | 1 | -4/+3 |
| 2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe | 2 | -9/+7 |
| 2022-03-07 | ext4: stop using bio_devname | Christoph Hellwig | 1 | -3/+2 |
| 2022-03-03 | ext4: don't BUG if someone dirty pages without asking ext4 first | Theodore Ts'o | 1 | -0/+25 |
| 2022-03-03 | ext4: remove redundant assignment to variable split_flag1 | Colin Ian King | 1 | -1/+0 |
| 2022-03-02 | ext4: fix underflow in ext4_max_bitmap_size() | Zhang Yi | 1 | -15/+31 |
| 2022-03-02 | ext4: fix ext4_mb_clear_bb() kernel-doc comment | Yang Li | 1 | -1/+0 |
| 2022-03-02 | ext4: fix fs corruption when tring to remove a non-empty directory with IO error | Ye Bin | 2 | -10/+9 |
| 2022-03-02 | ext4: use time_is_before_jiffies() instead of open coding it | Wang Qing | 1 | -1/+2 |
| 2022-03-02 | ext4: improve fast_commit performance and scalability | Ritesh Harjani | 3 | -18/+59 |
| 2022-02-27 | ext4: pass the operation to bio_alloc | Christoph Hellwig | 1 | -4/+3 |
| 2022-02-25 | ext4: add extra check in ext4_mb_mark_bb() to prevent against possible corrup... | Ritesh Harjani | 1 | -0/+8 |
| 2022-02-25 | ext4: add strict range checks while freeing blocks | Ritesh Harjani | 1 | -13/+3 |
| 2022-02-25 | ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid() | Ritesh Harjani | 2 | -9/+20 |
| 2022-02-25 | ext4: no need to test for block bitmap bits in ext4_mb_mark_bb() | Ritesh Harjani | 1 | -1/+1 |
| 2022-02-25 | ext4: rename ext4_set_bits to mb_set_bits | Ritesh Harjani | 3 | -10/+10 |
| 2022-02-25 | ext4: use in_range() for range checking in ext4_fc_replay_check_excluded | Ritesh Harjani | 1 | -2/+2 |
| 2022-02-25 | ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb() | Ritesh Harjani | 1 | -78/+102 |
| 2022-02-25 | ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit | Ritesh Harjani | 1 | -54/+75 |
| 2022-02-25 | ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb | Ritesh Harjani | 1 | -7/+12 |
| 2022-02-25 | ext4: fix remount with 'abort' option | Lukas Czerner | 1 | -8/+21 |
| 2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -2/+2 |
| 2022-02-08 | ext4: support direct I/O with fscrypt using blk-crypto | Eric Biggers | 2 | -4/+13 |
| 2022-02-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 15 | -112/+151 |
| 2022-02-03 | fs/ext4: fix comments mentioning i_mutex | hongnanli | 8 | -20/+20 |
| 2022-02-03 | ext4: fix incorrect type issue during replay_del_range | Xin Yin | 1 | -2/+3 |
| 2022-02-03 | ext4: fix potential NULL pointer dereference in ext4_fill_super() | Lukas Czerner | 1 | -1/+1 |
| 2022-02-03 | ext4: fix error handling in ext4_fc_record_modified_inode() | Ritesh Harjani | 1 | -35/+29 |
| 2022-02-03 | ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg... | Ritesh Harjani | 1 | -9/+4 |
| 2022-02-03 | ext4: fix error handling in ext4_restore_inline_data() | Ritesh Harjani | 1 | -1/+9 |
| 2022-02-03 | ext4: fast commit may miss file actions | Xin Yin | 3 | -10/+7 |
| 2022-02-03 | ext4: fast commit may not fallback for ineligible commit | Xin Yin | 8 | -20/+39 |
| 2022-02-03 | ext4: modify the logic of ext4_mb_new_blocks_simple | Xin Yin | 1 | -9/+17 |
| 2022-02-03 | ext4: prevent used blocks from being allocated during fast commit replay | Xin Yin | 3 | -5/+22 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2 | -6/+5 |
| 2022-02-01 | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -23/+23 |
| 2022-01-22 | mm: remove cleancache | Christoph Hellwig | 2 | -9/+0 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -7/+7 |
| 2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 5 | -23/+23 |
| 2022-01-17 | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -20/+19 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -12/+10 |
| 2022-01-15 | mm: introduce memalloc_retry_wait() | NeilBrown | 3 | -12/+10 |
| 2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -13/+24 |
| 2022-01-10 | ext4: don't use the orphan list when migrating an inode | Theodore Ts'o | 1 | -15/+4 |
| 2022-01-10 | ext4: use BUG_ON instead of if condition followed by BUG | xu xin | 1 | -2/+1 |
| 2022-01-10 | ext4: fix a copy and paste typo | Dan Carpenter | 1 | -1/+1 |
| 2022-01-10 | ext4: set csum seed in tmp inode while migrating to extents | Luís Henriques | 1 | -1/+11 |
| 2022-01-10 | ext4: remove unnecessary 'offset' assignment | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: remove redundant o_start statement | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: drop an always true check | Adam Borowski | 1 | -2/+1 |
| 2022-01-10 | ext4: remove unused assignments | luo penghao | 1 | -2/+0 |
| 2022-01-10 | ext4: remove redundant statement | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: remove useless resetting io_end_size in mpage_process_page() | Nghia Le | 1 | -2/+0 |
| 2022-01-10 | ext4: allow to change s_last_trim_minblks via sysfs | Lukas Czerner | 1 | -0/+2 |
| 2022-01-10 | ext4: change s_last_trim_minblks type to unsigned long | Lukas Czerner | 2 | -3/+3 |
| 2022-01-10 | ext4: implement support for get/set fs label | Lukas Czerner | 4 | -7/+334 |
| 2022-01-10 | ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specified | Lukas Czerner | 1 | -1/+2 |
| 2022-01-10 | ext4: don't use kfree() on rcu protected pointer sbi->s_qf_names | Lukas Czerner | 1 | -3/+5 |
| 2022-01-10 | ext4: avoid trim error on fs with small groups | Jan Kara | 2 | -2/+8 |
| 2022-01-10 | ext4: fix an use-after-free issue about data=journal writeback mode | Zhang Yi | 1 | -27/+10 |
| 2022-01-10 | ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' | Ye Bin | 1 | -0/+2 |
| 2022-01-10 | ext4: initialize err_blk before calling __ext4_get_inode_loc | Harshad Shirwadkar | 1 | -2/+2 |