summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2011-12-21fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-07-22mm/truncate.c: fix build for CONFIG_BLOCK not enabledRandy Dunlap
2011-07-20fs:update the NOTE of the file_operations structureWanlong Gao
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20superblock: add filesystem shrinker operationsDave Chinner
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-20inode: move to per-sb LRU locksDave Chinner
2011-07-20inode: Make unused inode LRU per superblockDave Chinner
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-07-20kill IPERM_FLAG_RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-20lockless get_write_access/deny_write_accessAl Viro
2011-07-20kill file_permission() completelyAl Viro
2011-07-20new helper: iterate_supers_type()Al Viro
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara
2011-06-20vfs: i_state needs to be 'unsigned long' for nowLinus Torvalds
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-08vfs: reorganize 'struct inode' layout a bitLinus Torvalds
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-05-28Cache xattr security drop check for write v2Andi Kleen
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26fs: add field to superblock to support cleancacheDan Magenheimer
2011-05-25ulimit: raise default hard ulimit on number of files to 4096Tim Gardner
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds