| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+11 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+7 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -5/+6 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 2 | -4/+4 |
| 2025-06-24 | fs: Remove three arguments from block_write_end() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-06-19 | fs: convert most other generic_file_*mmap() users to .mmap_prepare() | Lorenzo Stoakes | 1 | -5/+7 |
| 2025-06-13 | ext2: Handle fiemap on empty files to prevent EINVAL | Wei Gao | 1 | -1/+11 |
| 2025-04-29 | ext2: Deprecate DAX | Jan Kara | 1 | -1/+2 |
| 2025-03-31 | Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -262/+334 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+5 |
| 2025-02-26 | ext2: Make ext2_params_spec static | Jan Kara | 1 | -1/+1 |
| 2025-02-24 | ext2: create ext2_msg_fc for use during parsing | Eric Sandeen | 1 | -13/+37 |
| 2025-02-24 | ext2: convert to the new mount API | Eric Sandeen | 2 | -262/+310 |
| 2025-02-14 | ext2: Remove reference to bh->b_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -3/+25 |
| 2024-09-09 | ext2: store cookie in private data | Christian Brauner | 1 | -3/+25 |
| 2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-06-26 | ext2: Verify bitmap and itable block numbers before using them | Jan Kara | 1 | -2/+9 |
| 2024-05-03 | ext2: Remove LEGACY_DIRECT_IO dependency | Ritesh Harjani (IBM) | 1 | -1/+0 |
| 2024-04-23 | ext2: Remove call to folio_set_error() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2024-04-04 | ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method | Ritesh Harjani (IBM) | 2 | -3/+7 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -9/+16 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -2/+1 |
| 2024-03-05 | ext2: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -2/+1 |
| 2024-02-22 | ext2: mark as deprecated | Michael Opdenacker | 1 | -4/+11 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 2 | -2/+2 |
| 2024-01-23 | ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert() | Jan Kara | 1 | -1/+1 |
| 2024-01-23 | ext2: Drop GFP_NOFS use in ext2_get_blocks() | Jan Kara | 1 | -1/+1 |
| 2024-01-23 | ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info() | Jan Kara | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -5/+6 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-11-25 | ext2: Avoid reading renamed directory if parent does not change | Jan Kara | 1 | -5/+6 |
| 2023-11-22 | ext2: Fix ki_pos update for DIO buffered-io fallback case | Ritesh Harjani (IBM) | 1 | -1/+0 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-11-02 | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -137/+132 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 4 | -12/+11 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-25 | ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to folios | Matthew Wilcox (Oracle) | 1 | -15/+14 |
| 2023-10-25 | ext2: Convert ext2_make_empty() to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2023-10-25 | ext2: Convert ext2_unlink() and ext2_rename() to use folios | Matthew Wilcox (Oracle) | 3 | -75/+55 |
| 2023-10-25 | ext2: Convert ext2_delete_entry() to use folios | Matthew Wilcox (Oracle) | 1 | -13/+17 |
| 2023-10-25 | ext2: Convert ext2_empty_dir() to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-10-25 | ext2: Convert ext2_add_link() to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2023-10-25 | ext2: Convert ext2_readdir to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-10-25 | ext2: Add ext2_get_folio() | Matthew Wilcox (Oracle) | 1 | -12/+24 |
| 2023-10-25 | ext2: Convert ext2_check_page to ext2_check_folio | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2023-10-18 | ext2: convert to new timestamp accessors | Jeff Layton | 4 | -12/+11 |
| 2023-10-09 | ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodata | Wedson Almeida Filho | 2 | -3/+3 |
| 2023-08-30 | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -93/+91 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+1 |
| 2023-08-24 | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-08-24 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 1 | -2/+0 |
| 2023-08-21 | ext2: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 2 | -61/+56 |
| 2023-08-18 | ext2: improve consistency of ext2_fsblk_t datatype usage | Georg Ottinger | 3 | -8/+7 |
| 2023-08-16 | ext2: dump current reservation window info | Ye Bin | 1 | -1/+6 |
| 2023-08-16 | ext2: fix race between setxattr and write back | Ye Bin | 2 | -8/+9 |
| 2023-08-16 | ext2: introduce new flags argument for ext2_new_blocks() | Ye Bin | 4 | -4/+11 |
| 2023-08-16 | ext2: remove ext2_new_block() | Ye Bin | 3 | -9/+3 |
| 2023-08-16 | ext2: fix datatype of block number in ext2_xattr_set2() | Georg Ottinger | 1 | -2/+2 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-13 | ext2: convert to ctime accessor functions | Jeff Layton | 8 | -18/+18 |
| 2023-07-03 | ext2: remove redundant assignment to variable desc and variable best_desc | Colin Ian King | 1 | -3/+0 |
| 2023-06-29 | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -178/+356 |
| 2023-06-13 | ext2: Drop fragment support | Jan Kara | 2 | -31/+4 |
| 2023-05-29 | ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymore | Al Viro | 3 | -39/+21 |
| 2023-05-29 | ext2_{set_link,delete_entry}(): don't bother with page_addr | Al Viro | 3 | -15/+11 |
| 2023-05-29 | ext2_put_page(): accept any pointer within the page | Al Viro | 2 | -25/+21 |
| 2023-05-29 | ext2_get_page(): saner type | Al Viro | 1 | -25/+25 |
| 2023-05-29 | ext2: use offset_in_page() instead of open-coding it as subtraction | Al Viro | 1 | -8/+6 |
| 2023-05-29 | ext2_rename(): set_link and delete_entry may fail | Al Viro | 2 | -25/+16 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-16 | ext2: Add direct-io trace points | Ritesh Harjani (IBM) | 4 | -2/+113 |
| 2023-05-16 | ext2: Move direct-io to use iomap | Ritesh Harjani (IBM) | 3 | -19/+150 |
| 2023-05-16 | ext2: Use generic_buffers_fsync() implementation | Ritesh Harjani (IBM) | 1 | -1/+2 |
| 2023-05-16 | ext2/dax: Fix ext2_setsize when len is page aligned | Ritesh Harjani (IBM) | 1 | -3/+2 |
| 2023-04-26 | Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -2/+9 |
| 2023-03-21 | ext2: remove redundant assignment to pointer end | Colin Ian King | 1 | -1/+0 |
| 2023-03-06 | ext2: Check block size validity during mount | Jan Kara | 2 | -0/+8 |
| 2023-03-06 | ext2: Correct maximum ext2 filesystem block size | Jan Kara | 1 | -1/+1 |
| 2023-03-06 | fs: rename generic posix acl handlers | Christian Brauner | 1 | -2/+2 |
| 2023-03-06 | fs: simplify ->listxattr() implementation | Christian Brauner | 1 | -7/+10 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
| 2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-02-20 | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -18/+25 |
| 2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
| 2023-01-19 | quota: port to mnt_idmap | Christian Brauner | 1 | -5/+4 |
| 2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 3 | -3/+3 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -3/+3 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+5 |
| 2023-01-16 | ext2: propagate errors from ext2_prepare_chunk | Christoph Hellwig | 3 | -16/+23 |
| 2023-01-09 | fs/ext2: Replace kmap_atomic() with kmap_local_page() | Fabio M. De Francesco | 1 | -2/+2 |
| 2022-12-12 | Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -31/+30 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -6/+7 |
| 2022-11-28 | fs/ext2: Fix code indentation | Rong Tao | 2 | -7/+7 |
| 2022-11-28 | ext2: unbugger ext2_empty_dir() | Al Viro | 1 | -1/+1 |
| 2022-11-21 | ext2: remove ->writepage | Christoph Hellwig | 1 | -6/+0 |
| 2022-11-21 | ext2: Don't flush page immediately for DIRSYNC directories | Jan Kara | 1 | -16/+21 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-11 | ext2: Fix some kernel-doc warnings | Bo Liu | 1 | -1/+1 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -3/+3 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -3/+4 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 2 | Jason A. Donenfeld | 1 | -2/+1 |
| 2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+4 |
| 2022-09-26 | ext2: Use kvmalloc() for group descriptor array | Jan Kara | 1 | -3/+3 |
| 2022-09-26 | ext2: Add sanity checks for group and filesystem size | Jan Kara | 1 | -2/+14 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
| 2022-09-11 | ext2: replace bh_submit_read() helper with bh_read() | Zhang Yi | 1 | -3/+4 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+4 |
| 2022-08-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -92/+78 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 5 | -72/+18 |
| 2022-08-02 | ext2: avoid deleting xattr block that is being reused | Jan Kara | 1 | -29/+29 |
| 2022-08-02 | ext2: unindent codeblock in ext2_xattr_set() | Jan Kara | 1 | -16/+16 |
| 2022-08-02 | ext2: factor our freeing of xattr block reference | Jan Kara | 1 | -52/+38 |
| 2022-08-02 | ext2: remove nobh support | Christoph Hellwig | 4 | -61/+7 |
| 2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-08-02 | ext2: Use a folio in ext2_get_page() | Matthew Wilcox (Oracle) | 1 | -9/+10 |
| 2022-08-01 | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+4 |
| 2022-07-26 | ext2: Add more validity checks for inode counts | Jan Kara | 1 | -2/+10 |
| 2022-07-17 | dax: introduce holder for dax_device | Shiyang Ruan | 1 | -3/+4 |
| 2022-07-14 | fs/ext2: replace ternary operator with min_t() | Jiangshan Yi | 1 | -4/+2 |
| 2022-06-29 | ext2: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -4/+4 |
| 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 | -2/+2 |
| 2022-06-16 | ext2: fix fs corruption when trying to remove a non-empty directory with IO e... | Ye Bin | 1 | -6/+3 |
| 2022-06-06 | fs: Fix syntax errors in comments | Xiang wangx | 1 | -1/+1 |
| 2022-05-25 | Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
| 2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -4/+2 |
| 2022-05-08 | fs: Remove aop flags parameter from nobh_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2022-04-04 | fs: ext2: Fix duplicate included linux/dax.h | Haowen Bai | 1 | -1/+0 |
| 2022-03-25 | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+5 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+5 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-22 | remove bdi_congested() and wb_congested() and related functions | NeilBrown | 1 | -5/+0 |
| 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 | -4/+4 |
| 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 | -0/+2 |
| 2022-02-25 | ext2: correct max file size computing | Zhang Yi | 1 | -1/+5 |
| 2021-12-04 | fsdax: shift partition offset handling into the file systems | Christoph Hellwig | 1 | -2/+6 |
| 2021-12-04 | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig | 2 | -1/+2 |
| 2021-12-04 | ext2: cleanup the dax handling in ext2_fill_super | Christoph Hellwig | 1 | -7/+5 |
| 2021-12-04 | fsdax: decouple zeroing from the iomap buffered I/O code | Christoph Hellwig | 1 | -3/+4 |
| 2021-12-04 | dax: remove dax_capable | Christoph Hellwig | 1 | -2/+4 |
| 2021-09-22 | ext2: fix sleeping in atomic bugs on error | Dan Carpenter | 1 | -8/+6 |
| 2021-09-09 | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
| 2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+5 |
| 2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -24/+9 |
| 2021-08-30 | Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -7/+9 |
| 2021-08-26 | dax: remove bdev_dax_supported | Christoph Hellwig | 1 | -1/+2 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2 | -2/+5 |
| 2021-07-27 | ext2: use iomap_fiemap to implement ->fiemap | Christoph Hellwig | 2 | -2/+9 |
| 2021-07-26 | ext2: make ext2_iomap_ops available unconditionally | Christoph Hellwig | 1 | -5/+0 |
| 2021-07-16 | fs/ext2: Avoid page_address on pages returned by ext2_get_page | Javier Pello | 3 | -9/+10 |
| 2021-07-13 | ext2: Convert to using invalidate_lock | Jan Kara | 4 | -24/+9 |
| 2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+2 |
| 2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2021-04-29 | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+1 |
| 2021-04-29 | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 4 | -52/+90 |
| 2021-04-19 | fs: introduce a wrapper uuid_to_fsid() | Amir Goldstein | 1 | -4/+1 |
| 2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -2/+1 |
| 2021-04-12 | ext2: convert to fileattr | Miklos Szeredi | 4 | -60/+39 |
| 2021-03-31 | fs/ext2: Replace kmap() with kmap_local_page() | Ira Weiny | 3 | -49/+87 |
| 2021-03-31 | ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry() | Ira Weiny | 2 | -6/+6 |
| 2021-03-19 | fs/ext2/: fix misspellings using codespell tool | Liu xuzhi | 1 | -1/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 5 | -15/+25 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 5 | -2/+6 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2 | -4/+4 |
| 2020-11-23 | ext2: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-11-13 | fs/ext2: Use ext2_put_page | Ira Weiny | 3 | -16/+20 |
| 2020-11-03 | ext2: Remove unnecessary blank | Xianting Tian | 1 | -1/+1 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-10-15 | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+3 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-09-14 | ext2: Fix some kernel-doc warnings in balloc.c | Wang Hai | 1 | -3/+3 |
| 2020-09-05 | ext2: don't update mtime on COW faults | Mikulas Patocka | 1 | -2/+4 |