aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-16new helper: mount_subtree()Al Viro1-0/+1
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-4/+27
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+5
2011-11-02vfs: protect i_nlinkMiklos Szeredi1-5/+15
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-0/+13
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31Cross Memory AttachChristopher Yeoh1-3/+4
2011-10-29fs: optimize out 16 bytes worth of padding in struct inodeTheodore Ts'o1-5/+5
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-11/+17
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen1-0/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-3/+6
2011-10-28vfs: add hex format for MAY_* flag valuesAneesh Kumar K.V1-8/+9
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+6
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer1-0/+5
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig1-2/+0
2011-08-19locks: fix tracking of inprogress lease breaksJ. Bruce Fields1-2/+5
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields1-1/+2
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-22/+37
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-1/+8
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-1/+2
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+6
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-1/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-0/+1
2011-07-22mm/truncate.c: fix build for CONFIG_BLOCK not enabledRandy Dunlap1-0/+4
2011-07-20fs:update the NOTE of the file_operations structureWanlong Gao1-5/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-4/+5
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik1-1/+3
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-5/+4
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-2/+9
2011-07-20superblock: add filesystem shrinker operationsDave Chinner1-0/+2
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-0/+7
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-6/+6
2011-07-20inode: move to per-sb LRU locksDave Chinner1-1/+2
2011-07-20inode: Make unused inode LRU per superblockDave Chinner1-0/+4
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-0/+2
2011-07-20kill IPERM_FLAG_RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro1-0/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-2/+1
2011-07-20lockless get_write_access/deny_write_accessAl Viro1-3/+26
2011-07-20kill file_permission() completelyAl Viro1-1/+0
2011-07-20new helper: iterate_supers_type()Al Viro1-0/+2
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-4/+0