aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-19fs: Do not dispatch FITRIM through separate super_operationLukas Czerner1-1/+0
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig1-1/+0
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-0/+1
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds1-0/+1
2010-10-29switch get_sb_ns() usersAl Viro1-3/+2
2010-10-29convert get_sb_pseudo() usersAl Viro1-3/+2
2010-10-29convert get_sb_nodev() usersAl Viro1-0/+3
2010-10-29convert get_sb_single() usersAl Viro1-0/+3
2010-10-29new helper: mount_bdev()Al Viro1-0/+3
2010-10-29beginning of transtion: ->mount()Al Viro1-0/+2
2010-10-28Fix compile brekage with !CONFIG_BLOCKIngo Molnar1-0/+1
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+8
2010-10-27fs: Add FITRIM ioctlLukas Czerner1-0/+8
2010-10-27Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+6
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds1-0/+5
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann1-0/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-12/+27
2010-10-26Merge branch 'akpm-incoming-1'Linus Torvalds1-4/+4
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-4/+4
2010-10-26Merge branch 'ima-memory-use-fixes'Linus Torvalds1-0/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris1-0/+2
2010-10-26IMA: move read counter into struct inodeEric Paris1-0/+4
2010-10-25fs: inode split IO and LRU listsNick Piggin1-1/+2
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-0/+2
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-0/+1
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig1-2/+3
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-6/+7
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-1/+2
2010-10-25new helper: inode_unhashed()Al Viro1-0/+5
2010-10-25unexport invalidate_inodesAl Viro1-1/+0
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki1-0/+3
2010-10-25fs: allow for more than 2^31 filesEric Dumazet1-4/+4
2010-10-25fs: mark destroy_inode staticChristoph Hellwig1-1/+0
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-0/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-16/+12
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+10
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-0/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-0/+4
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-windowJoel Becker1-0/+4
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar1-0/+4
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-4/+10
2010-09-21fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil1-0/+4
2010-09-16libfs: use generic_file_llseek for simple_attrArnd Bergmann1-0/+1
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-0/+2
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig1-8/+0
2010-09-10block: remove the WRITE_BARRIER flagChristoph Hellwig1-3/+0
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-6/+13
2010-08-19kernel: __rcu annotationsArnd Bergmann1-1/+1