summaryrefslogtreecommitdiff
path: root/fs/ext2/dir.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-07-30qstr: constify instances in ext2Al Viro
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-03-20ext2: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-03ext2: propagate umode_tAl Viro
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2009-12-16ext2: report metadata errors during fsyncJan Kara
2009-12-10ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara
2009-06-11switch ext2 to simple_fsync()Al Viro
2009-01-15ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro
2008-10-16ext2: avoid printk floods in the face of directory corruptionEric Sandeen
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fs/ext2: use BUG_ONJulia Lawall
2008-04-28ext2: improve ext2_readdir() return valueAkinobu Mita
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen
2007-10-22ext2: avoid rec_len overflow with 64KB block sizeJan Kara
2007-10-16ext2: convert to new aopsNick Piggin
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-02-11[PATCH] ext2: skip pages past number of blocks in ext2_find_entryEric Sandeen
2006-12-08[PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells
2006-06-25[PATCH] ext2: cleanup: put_page and comment fixEvgeniy Dushistov
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-26BUG_ON() Conversion in fs/ext2/Eric Sesterhenn
2006-03-15[PATCH] Fix ext2 readdir f_pos re-validation logicAl Viro
2006-01-11ext2: trivial indentation fix.Luiz Fernando Capitulino
2005-04-16Linux-2.6.12-rc2Linus Torvalds