aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-27Documentation/filesystems/Locking: update documentation on llseek() wrt BKLJan Blunck1-2/+3
2010-05-10doc: inode uses a mutex instead of a semaphore.Thadeu Lima de Souza Cascardo1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-8/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-5/+1
2009-06-24update Documentation/filesystems/LockingChristoph Hellwig1-21/+22
2009-06-17No instance of ->bmap() needs BKLAl Viro1-1/+1
2009-05-02mm: close page_mkwrite racesNick Piggin1-8/+16
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+1
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet1-2/+5
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-1/+1
2008-12-31kill ->dir_notify()Al Viro1-2/+0
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-5/+7
2008-09-09update Documentation/filesystems/Locking for 2.6.27 changesChristoph Hellwig1-11/+4
2008-07-24access_process_vm device memory infrastructureRik van Riel1-0/+7
2008-05-06[PATCH] kill ->put_inodeChristoph Hellwig1-2/+0
2008-04-28mm: remove nopageNick Piggin1-3/+0
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells1-3/+0
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-3/+6
2007-07-19mm: fault feedback #1Nick Piggin1-1/+1
2007-07-19Document ->page_mkwrite() lockingMark Fasheh1-1/+10
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-0/+2
2007-05-09trivial: s/i_sem /i_mutex/Artem Bityutskiy1-3/+3
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet1-0/+2
2007-01-11[PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust1-0/+8
2006-12-07[PATCH] Documentation: remount_fs() needs lock_kernelVasily Averin1-1/+1
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-3/+2
2006-07-10[PATCH] VFS documentation tweakJonathan Corbet1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2005-05-01[PATCH] doc: Locking updateNikita Danilov1-2/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+515