summaryrefslogtreecommitdiff
path: root/fs/sysv/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18sysv: convert to new timestamp accessorsJeff Layton1-3/+3
2023-07-24sysv: convert to ctime accessor functionsJeff Layton1-3/+3
2023-06-05highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco1-11/+11
2023-03-13sysv: switch to put_and_unmap_page()Al Viro1-17/+11
2023-03-13fs/sysv: Don't round down address for kunmap_flush_on_unmap()Fabio M. De Francesco1-1/+1
2023-01-20sysv: fix handling of delete_entry and set_link failuresAl Viro1-6/+10
2023-01-20fs/sysv: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-20/+36
2023-01-20fs/sysv: Use dir_put_page() in sysv_rename()Fabio M. De Francesco1-1/+1
2023-01-20fs/sysv: Change the signature of dir_get_page()Fabio M. De Francesco1-29/+24
2023-01-20fs/sysv: Use the offset_in_page() helperFabio M. De Francesco1-6/+3
2023-01-20sysv: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-11/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-05-03simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2015-06-24pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro1-21/+16
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2010-08-10clean up write_begin usage for directories in pagecacheChristoph Hellwig1-14/+7
2010-05-28rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1
2009-06-17get rid of BKL in fs/sysvAl Viro1-4/+1
2009-06-12repair sysv_write_inode(), switch sysv to simple_fsync()Al Viro1-1/+1
2007-10-16sysv: convert to new aopsNick Piggin1-20/+30
2007-05-07mm: make read_cache_page synchronousNick Piggin1-9/+1
2006-12-08[PATCH] struct path: convert sysvJosef Sipek1-1/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-04-02BUG_ON() Conversion in fs/sysv/Eric Sesterhenn1-4/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-09[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton1-2/+2
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+388