summaryrefslogtreecommitdiff
path: root/fs/ext2/dir.c
AgeCommit message (Expand)AuthorFilesLines
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 e...Ye 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-06mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2016-09-28fs: 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-03simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-03make 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-24pagemap.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-23new 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-04ext2: propagate umode_tAl Viro1-1/+1
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen1-5/+14
2010-10-26fs: add sync_inode_metadataChristoph Hellwig1-1/+1
2010-08-10introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-10clean up write_begin usage for directories in pagecacheChristoph Hellwig1-12/+12
2009-12-16ext2: report metadata errors during fsyncJan Kara1-1/+1
2009-12-10ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy1-2/+2
2009-06-19ext2: Do not update mtime of a moved directoryJan Kara1-2/+3
2009-06-12switch ext2 to simple_fsync()Al Viro1-1/+1
2009-01-16ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara1-2/+5
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro1-7/+7
2008-10-16ext2: avoid printk floods in the face of directory corruptionEric Sandeen1-25/+35
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7