aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext2/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-107/+107
2023-10-25ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)1-15/+14
2023-10-25ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)1-8/+8
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)1-45/+30
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)1-13/+17
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)1-12/+24
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)1-14/+14
2023-10-18ext2: convert to new timestamp accessorsJeff Layton1-3/+3
2023-07-13ext2: convert to ctime accessor functionsJeff Layton1-3/+3
2023-05-29ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro1-24/+11
2023-05-29ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro1-6/+5
2023-05-29ext2_put_page(): accept any pointer within the pageAl Viro1-21/+17
2023-05-29ext2_get_page(): saner typeAl Viro1-25/+25
2023-05-29ext2: use offset_in_page() instead of open-coding it as subtractionAl Viro1-8/+6
2023-05-29ext2_rename(): set_link and delete_entry may failAl Viro1-6/+6
2023-01-16ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig1-5/+8
2023-01-09fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-11-28ext2: unbugger ext2_empty_dir()Al Viro1-1/+1
2022-11-21ext2: Don't flush page immediately for DIRSYNC directoriesJan Kara1-16/+21
2022-11-11ext2: Fix some kernel-doc warningsBo Liu1-1/+1
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)1-9/+10
2022-06-29ext2: Remove check for PageErrorMatthew Wilcox (Oracle)1-2/+1
2022-06-16ext2: fix fs corruption when trying to remove a non-empty directory with IO errorYe Bin1-6/+3
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello1-6/+6
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny1-30/+59
2021-03-31ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny1-4/+1
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny1-6/+8
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)1-2/+2
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)1-27/+26
2019-01-21ext2: use common file type conversionPhillip Potter1-29/+6
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29ext2: convert to new i_version APIJeff Layton1-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-07-30qstr: constify instances in ext2Al Viro1-3/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-16/+16
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro1-15/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-20ext2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-03ext2: propagate umode_tAl Viro1-1/+1
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen1-5/+14