aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-1/+1
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean 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-18ext2: Do not update mtime of a moved directoryJan Kara1-2/+3
2009-06-11switch ext2 to simple_fsync()Al Viro1-1/+1
2009-01-15ext2: 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
2008-04-28fs/ext2: use BUG_ONJulia Lawall1-2/+2
2008-04-28ext2: improve ext2_readdir() return valueAkinobu Mita1-1/+1
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen1-1/+1
2007-10-22ext2: avoid rec_len overflow with 64KB block sizeJan Kara1-12/+32
2007-10-16ext2: convert to new aopsNick Piggin1-18/+37
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-3/+0
2007-02-11[PATCH] ext2: skip pages past number of blocks in ext2_find_entryEric Sandeen1-0/+8
2006-12-08[PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6]David Howells1-0/+3
2006-06-25[PATCH] ext2: cleanup: put_page and comment fixEvgeniy Dushistov1-2/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1