aboutsummaryrefslogtreecommitdiff
path: root/fs/minix/dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Gravatar Jeff Layton 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-9/+9
2015-06-23pagemap.h: move dir_pages() over thereGravatar Fabian Frederick 1-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2013-06-29minix: bug widening a binary "not" operationGravatar Dan Carpenter 1-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Gravatar Al Viro 1-23/+19
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-03-20minix: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2010-08-09clean up write_begin usage for directories in pagecacheGravatar Christoph Hellwig 1-14/+7
2010-06-04Minix: Clean up left over labelGravatar Andrew Hendry 1-4/+0
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Gravatar Al Viro 1-4/+1
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2009-09-23V3 minixfs: add missing directory type checkingGravatar Doug Graham 1-4/+18
2009-06-17get rid of BKL in fs/minixGravatar Al Viro 1-4/+1
2009-06-11switch minix to simple_fsync()Gravatar Al Viro 1-1/+1
2009-01-06minix: fix add link's wrong position calculationGravatar Evgeniy Dushistov 1-1/+1
2007-10-16minixfs: convert to new aopsGravatar Nick Piggin 1-18/+31
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-1/+0
2007-02-12[PATCH] Minix V3 supportGravatar Andries Brouwer 1-51/+111
2006-12-08[PATCH] struct path: convert minixGravatar Josef Sipek 1-1/+1
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+409