aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+1
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-0/+1
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig1-1/+2
2010-07-06VFS: introduce s_dirty accessorsArtem Bityutskiy1-0/+13
2010-06-04wrong type for 'magic' argument in simple_fill_super()Roberto Sassu1-1/+1
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-1/+26
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+4
2010-05-27get rid of the magic around f_count in aioAl Viro1-0/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+8
2010-05-27vfs: introduce noop_llseek()jan Blunck1-0/+1
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik1-3/+8
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-10/+10
2010-05-21vfs: Add inode uid,gid,mode init helperDmitry Monakhov1-1/+2
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier1-0/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+3
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-1/+1
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik1-0/+2
2010-05-21new helper: iterate_supers()Al Viro1-0/+1
2010-05-21Bury __put_super_and_need_restart()Al Viro1-3/+0
2010-05-21get rid of restarts in sync_filesystems()Al Viro1-1/+1
2010-05-21get rid of S_BIASAl Viro1-1/+0
2010-05-21sb_entry() has been killed a couple of years ago and resurrected on mismergeAl Viro1-1/+0
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-6/+8
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-6/+6
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2010-05-10FS / libfs: Implement simple_write_to_bufferJiri Slaby1-0/+2
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-2/+3
2010-04-27block: implement bd_claiming and claiming blockTejun Heo1-0/+1
2010-04-23Cleanup generic block based fiemapJosef Bacik1-2/+3
2010-04-21fasync: RCU and fine grained lockingEric Dumazet1-6/+6
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-1/+1
2010-04-07raw: fsync method is now requiredAnton Blanchard1-0/+1
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang1-0/+3
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-0/+2
2010-03-03new helper: iterate_mounts()Al Viro1-1/+2
2010-03-03New helper: path_is_under(path1, path2)Al Viro1-0/+1
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-6/+0
2010-03-03fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy1-6/+6
2010-03-03libfs: Unexport and kill simple_prepare_writeBoaz Harrosh1-2/+0
2010-02-19fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab under slubRichard Kennedy1-1/+1
2010-01-14Fix ACC_MODE() for realAl Viro1-1/+1
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-0/+1
2009-12-22Remove obsolete comment in fs.hAndreas Gruenbacher1-2/+0
2009-12-22Sanitize f_flags helpersAl Viro1-0/+3
2009-12-17kill I_LOCKChristoph Hellwig1-20/+16
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-4/+0
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1