aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-27fs: introduce new truncate sequenceGravatar npiggin@suse.de 1-1/+26
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-2/+2
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-4/+4
2010-05-27get rid of the magic around f_count in aioGravatar Al Viro 1-0/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-3/+8
2010-05-27vfs: introduce noop_llseek()Gravatar jan Blunck 1-0/+1
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionGravatar Josef Bacik 1-3/+8
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+10
2010-05-21vfs: Add inode uid,gid,mode init helperGravatar Dmitry Monakhov 1-1/+2
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsGravatar Roland Dreier 1-0/+1
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-3/+3
2010-05-21fs: xattr_handler table should be constGravatar Stephen Hemminger 1-1/+1
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlGravatar Josef Bacik 1-0/+2
2010-05-21new helper: iterate_supers()Gravatar Al Viro 1-0/+1
2010-05-21Bury __put_super_and_need_restart()Gravatar Al Viro 1-3/+0
2010-05-21get rid of restarts in sync_filesystems()Gravatar Al Viro 1-1/+1
2010-05-21get rid of S_BIASGravatar Al Viro 1-1/+0
2010-05-21sb_entry() has been killed a couple of years ago and resurrected on mismergeGravatar Al Viro 1-1/+0
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-6/+8
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-6/+6
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+3
2010-05-10FS / libfs: Implement simple_write_to_bufferGravatar Jiri Slaby 1-0/+2
2010-04-29Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-2/+3
2010-04-27block: implement bd_claiming and claiming blockGravatar Tejun Heo 1-0/+1
2010-04-23Cleanup generic block based fiemapGravatar Josef Bacik 1-2/+3
2010-04-21fasync: RCU and fine grained lockingGravatar Eric Dumazet 1-6/+6
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Gravatar Andrew Morton 1-1/+1
2010-04-07raw: fsync method is now requiredGravatar Anton Blanchard 1-0/+1
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexGravatar Andrew Morton 1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMGravatar Wu Fengguang 1-0/+3
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2010-03-03vfs: add NOFOLLOW flag to umount(2)Gravatar Miklos Szeredi 1-0/+2
2010-03-03new helper: iterate_mounts()Gravatar Al Viro 1-1/+2
2010-03-03New helper: path_is_under(path1, path2)Gravatar Al Viro 1-0/+1
2010-03-03kill unused invalidate_inode_pages helperGravatar Christoph Hellwig 1-6/+0
2010-03-03fs: re-order super_block to remove 16 bytes of padding on 64bit buildsGravatar Richard Kennedy 1-6/+6
2010-03-03libfs: Unexport and kill simple_prepare_writeGravatar Boaz Harrosh 1-2/+0
2010-02-19fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab ...Gravatar Richard Kennedy 1-1/+1
2010-01-14Fix ACC_MODE() for realGravatar Al Viro 1-1/+1
2009-12-23Add unlocked version of inode_add_bytes() functionGravatar Dmitry Monakhov 1-0/+1
2009-12-22Remove obsolete comment in fs.hGravatar Andreas Gruenbacher 1-2/+0
2009-12-22Sanitize f_flags helpersGravatar Al Viro 1-0/+3
2009-12-17kill I_LOCKGravatar Christoph Hellwig 1-20/+16
2009-12-17fold do_sync_file_range into sys_sync_file_rangeGravatar Christoph Hellwig 1-4/+0
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-0/+1
2009-12-16xfs: improve metadata I/O merging in the elevatorGravatar Dave Chinner 1-0/+1
2009-12-16cleanup blockdev_direct_IO lockingGravatar Christoph Hellwig 1-14/+8
2009-12-16fs: move get_empty_filp() deffinition to internal.hGravatar Eric Paris 1-1/+0
2009-12-16direct-io: cleanup blockdev_direct_IO lockingGravatar Christoph Hellwig 1-14/+8
2009-12-10kill wait_on_page_writeback_rangeGravatar Christoph Hellwig 1-2/+0