summaryrefslogtreecommitdiffstats
path: root/fs/ufs/dir.c
AgeCommit message (Expand)AuthorLines
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)-1/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-1/+1
2018-01-29ufs: use new i_version APIJeff Layton-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-3/+3
2016-05-29ufs: get rid of redundant checksAl Viro-16/+1
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-16/+16
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick-9/+4
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro-16/+12
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig-9/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig-1/+1
2010-03-03sanitize const/signedness of ufs a bitAl Viro-5/+5
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan-5/+5
2009-06-11switch ufs to simple_fsync()Al Viro-1/+1
2009-05-09switch ufs directories to ufs_sync_file()Al Viro-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig-0/+1
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-7/+7
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger-1/+1
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov-1/+1
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig-0/+1
2007-10-16ufs: convert to new aopsNick Piggin-19/+36
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin-5/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov-9/+12
2006-12-08[PATCH] struct path: convert ufsJosef Sipek-1/+1
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov-3/+4
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov-18/+10
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesEvgeniy Dushistov-477/+512
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2006-01-06[PATCH] fs/ufs: debug mode compilation failureEvgeniy-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+627