aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2009-06-24add caching of ACLs in struct inodeAl Viro
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison
2009-06-16readahead: make mmap_miss an unsigned intWu Fengguang
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields
2009-06-15fs: introduce __getname_gfp()Vegard Nossum
2009-06-11New helper - simple_fsync()Al Viro
2009-06-11fs: Rearrange inode structure elements to avoid waste due to paddingTheodore Ts'o
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o
2009-06-11Trim a bit of crap from fs.hAl Viro
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara
2009-06-11remove s_async_listChristoph Hellwig
2009-06-11Switch collect_mounts() to struct pathAl Viro
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-11splice: implement default splice_read methodMiklos Szeredi
2009-05-09Fix races around the access to ->s_optionsAl Viro
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro
2009-05-09New helper: deactivate_locked_super()Al Viro
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi
2009-04-15splice: remove generic_file_splice_write_nolock()Miklos Szeredi
2009-04-15Document and move the various READ/WRITE typesJens Axboe
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe
2009-04-06Add WRITE_SYNC_PLUG and SWRITE_SYNC_PLUGJens Axboe
2009-04-03kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar
2009-04-03kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/sec...Pekka Enberg
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro
2009-03-31New helper - current_umask()Al Viro
2009-03-30Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-30Fix a lockdep warning in fasync_helper()Jonathan Corbet
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27fs: move bdev code out of buffer.cNick Piggin
2009-03-27vfs: Further changes from macro to inline function in fs.hSteven Whitehouse
2009-03-27vfs: Update fs.h to use inline functions when no file locking setSteven Whitehouse
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan