aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2010-10-26IMA: move read counter into struct inodeEric Paris
2010-10-25fs: inode split IO and LRU listsNick Piggin
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner
2010-10-25new helper: inode_unhashed()Al Viro
2010-10-25unexport invalidate_inodesAl Viro
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki
2010-10-25fs: allow for more than 2^31 filesEric Dumazet
2010-10-25fs: mark destroy_inode staticChristoph Hellwig
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2010-09-21fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil
2010-09-16libfs: use generic_file_llseek for simple_attrArnd Bergmann
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig
2010-09-10block: remove the WRITE_BARRIER flagChristoph Hellwig
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-08-19kernel: __rcu annotationsArnd Bergmann
2010-08-18fs: scale files_lockNick Piggin
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-13Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-08-12block: add secure discardAdrian Hunter
2010-08-11include/linux/fs.h: complete hexification of FMODE_* constantsAndrew Morton
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09mm: implement writeback livelock avoidance using page taggingJan Kara
2010-08-09Fix sget() race with failing mountAl Viro
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09fs/inode.c:clear_inode() is goneAl Viro
2010-08-09->delete_inode() is goneAl Viro
2010-08-09new helper: end_writeback()Al Viro
2010-08-09generic_detach_inode() can be static nowAl Viro