summaryrefslogtreecommitdiffstats
path: root/fs/ufs/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ufs: fix handling of delete_entry and set_link failuresAl Viro2024-10-181-15/+14
* Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-3/+25
|\
| * ufs: store cookie in private dataChristian Brauner2024-09-121-3/+25
* | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
* | ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)2024-08-071-18/+12
* | ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle)2024-08-071-8/+8
* | ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle)2024-08-071-4/+4
* | ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle)2024-08-071-13/+12
* | ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)2024-08-071-13/+16
* | ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)2024-08-071-15/+11
* | ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)2024-08-071-11/+6
* | ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)2024-08-071-15/+13
* | ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)2024-08-071-53/+48
* | ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)2024-08-071-9/+10
|/
* ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)2024-05-311-1/+0
* ufs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
* ufs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-03-131-10/+19
* ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)2022-06-291-1/+1
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* ufs: use new i_version APIJeff Layton2018-01-291-4/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-061-1/+1
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-3/+3
* ufs: get rid of redundant checksAl Viro2016-05-301-16/+1
* simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-031-1/+1
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-031-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-16/+16
* ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick2015-06-241-9/+4
* ufs: don't touch mtime/ctime of directory being movedAl Viro2015-06-161-2/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-291-16/+12
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-9/+4
* rename the generic fsync implementationsChristoph Hellwig2010-05-281-1/+1
* sanitize const/signedness of ufs a bitAl Viro2010-03-031-5/+5
* ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan2009-12-161-5/+5
* switch ufs to simple_fsync()Al Viro2009-06-121-1/+1
* switch ufs directories to ufs_sync_file()Al Viro2009-05-091-1/+1
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-7/+7
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-081-1/+1
* ufs: fix nexstep dir block sizeEvgeniy Dushistov2007-12-051-1/+1
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-171-0/+1
* ufs: convert to new aopsNick Piggin2007-10-161-19/+36
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* mm: make read_cache_page synchronousNick Piggin2007-05-071-5/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] ufs: restore back support of openstepEvgeniy Dushistov2007-02-091-9/+12
* [PATCH] struct path: convert ufsJosef Sipek2006-12-081-1/+1