summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-136-9/+16
|\
| * ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-2/+1
| * ext2: mark as deprecatedMichael Opdenacker2024-02-221-4/+11
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-082-2/+2
| * ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()Jan Kara2024-01-231-1/+1
| * ext2: Drop GFP_NOFS use in ext2_get_blocks()Jan Kara2024-01-231-1/+1
| * ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara2024-01-231-1/+1
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
|/
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-5/+6
|\
| * ext2: Avoid reading renamed directory if parent does not changeJan Kara2023-11-251-5/+6
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* | ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-11-221-1/+0
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-023-137/+132
|\ \
| * | ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)2023-10-251-15/+14
| * | ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)2023-10-251-8/+8
| * | ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)2023-10-253-75/+55
| * | ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)2023-10-251-13/+17
| * | ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)2023-10-251-5/+5
| * | ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)2023-10-251-12/+12
| * | ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)2023-10-251-5/+5
| * | ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)2023-10-251-12/+24
| * | ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)2023-10-251-14/+14
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-12/+11
|\ \
| * | ext2: convert to new timestamp accessorsJeff Layton2023-10-184-12/+11
| |/
* / ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho2023-10-092-3/+3
|/
* Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2023-08-305-93/+91
|\
| * ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-212-61/+56
| * ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger2023-08-183-8/+7
| * ext2: dump current reservation window infoYe Bin2023-08-161-1/+6
| * ext2: fix race between setxattr and write backYe Bin2023-08-162-8/+9
| * ext2: introduce new flags argument for ext2_new_blocks()Ye Bin2023-08-164-4/+11
| * ext2: remove ext2_new_block()Ye Bin2023-08-163-9/+3
| * ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger2023-08-161-2/+2
| * ext2: remove redundant assignment to variable desc and variable best_descColin Ian King2023-07-031-3/+0
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\ \
| * | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-3/+1
|\ \
| * | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-1/+1
| * | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+0
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | ext2: convert to ctime accessor functionsJeff Layton2023-07-138-18/+18
|/
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-299-178/+356
|\
| * ext2: Drop fragment supportJan Kara2023-06-132-31/+4
| * ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro2023-05-293-39/+21
| * ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro2023-05-293-15/+11
| * ext2_put_page(): accept any pointer within the pageAl Viro2023-05-292-25/+21
| * ext2_get_page(): saner typeAl Viro2023-05-291-25/+25
| * ext2: use offset_in_page() instead of open-coding it as subtractionAl Viro2023-05-291-8/+6