summaryrefslogtreecommitdiff
path: root/fs/ufs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+25
2024-09-12ufs: store cookie in private dataChristian Brauner1-3/+25
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)1-18/+12
2024-08-07ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle)1-8/+8
2024-08-07ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-08-07ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle)1-13/+12
2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)1-13/+16
2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)1-15/+11
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)1-11/+6
2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)1-15/+13
2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)1-53/+48
2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)1-9/+10
2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)1-1/+0
2023-10-18ufs: convert to new timestamp accessorsJeff Layton1-3/+3
2023-07-24ufs: convert to ctime accessor functionsJeff Layton1-3/+3
2023-03-12ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-10/+19
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)1-1/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29ufs: use 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-05-29ufs: get rid of redundant checksAl Viro1-16/+1
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: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-16/+16
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick1-9/+4
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro1-2/+4
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-16/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-9/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-03-03sanitize const/signedness of ufs a bitAl Viro1-5/+5
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan1-5/+5
2009-06-11switch ufs to simple_fsync()Al Viro1-1/+1
2009-05-09switch ufs directories to ufs_sync_file()Al Viro1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger1-1/+1
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov1-1/+1
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig1-0/+1
2007-10-16ufs: convert to new aopsNick Piggin1-19/+36
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-5/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov1-9/+12
2006-12-08[PATCH] struct path: convert ufsJosef Sipek1-1/+1
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov1-3/+4