summaryrefslogtreecommitdiffstats
path: root/fs/minix/dir.c
AgeCommit message (Expand)AuthorLines
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-08-07minixfs: Convert dir_commit_chunk() to take a folioMatthew Wilcox (Oracle)-8/+8
2024-08-07minixfs: Convert minix_prepare_chunk() to take a folioMatthew Wilcox (Oracle)-4/+4
2024-08-07minixfs: Convert minix_make_empty() to use a folioMatthew Wilcox (Oracle)-9/+9
2024-08-07minixfs: Convert minix_delete_entry() to work on a folioMatthew Wilcox (Oracle)-7/+7
2024-08-07minixfs: Convert minix_set_link() and minix_dotdot() to take a folioMatthew Wilcox (Oracle)-13/+10
2024-08-07minixfs: Convert minix_find_entry() to take a folioMatthew Wilcox (Oracle)-14/+11
2024-08-07minixfs: Convert dir_get_page() to dir_get_folio()Matthew Wilcox (Oracle)-31/+35
2023-12-18minixfs: switch to kmap_local_page()Al Viro-14/+13
2023-12-18minixfs: Use dir_put_page() in minix_unlink() and minix_rename()Al Viro-6/+0
2023-12-18minixfs: change the signature of dir_get_page()Al Viro-26/+20
2023-12-18minixfs: use offset_in_page()Al Viro-5/+3
2023-10-18minix: convert to new timestamp accessorsJeff Layton-3/+3
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton-3/+3
2023-01-19minix: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig-16/+20
2023-01-19minix: fix error handling in minix_set_linkChristoph Hellwig-10/+12
2023-01-19minix: fix error handling in minix_delete_entryChristoph Hellwig-8/+10
2023-01-19minix: move releasing pages into unlink and renameChristoph Hellwig-2/+0
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-02simple local filesystems: switch to ->iterate_shared()Al Viro-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-9/+9
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-2/+2
2013-06-29minix: bug widening a binary "not" operationDan Carpenter-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro-23/+19
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig-14/+7
2010-06-04Minix: Clean up left over labelAndrew Hendry-4/+0
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro-4/+1
2010-05-27rename the generic fsync implementationsChristoph Hellwig-1/+1
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham-4/+18
2009-06-17get rid of BKL in fs/minixAl Viro-4/+1
2009-06-11switch minix to simple_fsync()Al Viro-1/+1
2009-01-06minix: fix add link's wrong position calculationEvgeniy Dushistov-1/+1
2007-10-16minixfs: convert to new aopsNick Piggin-18/+31
2007-05-07mm: make read_cache_page synchronousNick Piggin-1/+0
2007-02-12[PATCH] Minix V3 supportAndries Brouwer-51/+111
2006-12-08[PATCH] struct path: convert minixJosef Sipek-1/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+409