summaryrefslogtreecommitdiffstats
path: root/fs/minix/dir.c
Commit message (Expand)AuthorAgeFilesLines
* minixfs: switch to kmap_local_page()Al Viro2023-12-181-14/+13
* minixfs: Use dir_put_page() in minix_unlink() and minix_rename()Al Viro2023-12-181-6/+0
* minixfs: change the signature of dir_get_page()Al Viro2023-12-181-26/+20
* minixfs: use offset_in_page()Al Viro2023-12-181-5/+3
* minix: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
* kernfs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* minix: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-01-191-16/+20
* minix: fix error handling in minix_set_linkChristoph Hellwig2023-01-191-10/+12
* minix: fix error handling in minix_delete_entryChristoph Hellwig2023-01-191-8/+10
* minix: move releasing pages into unlink and renameChristoph Hellwig2023-01-191-2/+0
* 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-051-1/+1
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-021-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
* pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-5/+0
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* minix: bug widening a binary "not" operationDan Carpenter2013-06-291-1/+1
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-291-23/+19
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* minix: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-14/+7
* Minix: Clean up left over labelAndrew Hendry2010-06-041-4/+0
* remove detritus left by "mm: make read_cache_page synchronous"Al Viro2010-05-281-4/+1
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* V3 minixfs: add missing directory type checkingDoug Graham2009-09-231-4/+18
* get rid of BKL in fs/minixAl Viro2009-06-171-4/+1
* switch minix to simple_fsync()Al Viro2009-06-111-1/+1
* minix: fix add link's wrong position calculationEvgeniy Dushistov2009-01-061-1/+1
* minixfs: convert to new aopsNick Piggin2007-10-161-18/+31
* mm: make read_cache_page synchronousNick Piggin2007-05-071-1/+0
* [PATCH] Minix V3 supportAndries Brouwer2007-02-121-51/+111
* [PATCH] struct path: convert minixJosef Sipek2006-12-081-1/+1
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+409