aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24add caching of ACLs in struct inodeAl Viro1-0/+7
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctlsAnkit Jain1-0/+6
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds1-0/+1
2009-06-16Merge branch 'akpm'Linus Torvalds1-4/+1
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison1-3/+0
2009-06-16readahead: make mmap_miss an unsigned intWu Fengguang1-1/+1
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields1-1/+3
2009-06-15fs: introduce __getname_gfp()Vegard Nossum1-2/+3
2009-06-11New helper - simple_fsync()Al Viro1-0/+2
2009-06-11fs: Rearrange inode structure elements to avoid waste due to paddingTheodore Ts'o1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o1-1/+0
2009-06-11Trim a bit of crap from fs.hAl Viro1-3/+0
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-1/+1
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara1-2/+1
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-1/+1
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara1-1/+0
2009-06-11remove s_async_listChristoph Hellwig1-5/+0
2009-06-11Switch collect_mounts() to struct pathAl Viro1-1/+1
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris1-5/+0
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-0/+5
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-1/+3
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-0/+2
2009-05-09Fix races around the access to ->s_optionsAl Viro1-0/+1
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro1-1/+1
2009-05-09New helper: deactivate_locked_super()Al Viro1-0/+1
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher1-0/+1
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig1-2/+0
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-0/+1
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi1-3/+0
2009-04-15splice: remove generic_file_splice_write_nolock()Miklos Szeredi1-2/+0
2009-04-15Document and move the various READ/WRITE typesJens Axboe1-0/+59
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn1-0/+3
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-34/+1
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe1-4/+5
2009-04-06Add WRITE_SYNC_PLUG and SWRITE_SYNC_PLUGJens Axboe1-0/+3
2009-04-03kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar1-13/+1
2009-04-03kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/security.hPekka Enberg1-21/+0
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+14
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-0/+12
2009-03-31New helper - current_umask()Al Viro1-0/+2
2009-03-30Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+1
2009-03-30Fix a lockdep warning in fasync_helper()Jonathan Corbet1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-35/+185
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+1
2009-03-27fs: move bdev code out of buffer.cNick Piggin1-0/+7
2009-03-27vfs: Further changes from macro to inline function in fs.hSteven Whitehouse1-7/+38
2009-03-27vfs: Update fs.h to use inline functions when no file locking setSteven Whitehouse1-26/+139
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-1/+0