summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2010-08-12block: add secure discardAdrian Hunter
2010-08-11include/linux/fs.h: complete hexification of FMODE_* constantsAndrew Morton
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara
2010-08-09Fix sget() race with failing mountAl Viro
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09fs/inode.c:clear_inode() is goneAl Viro
2010-08-09->delete_inode() is goneAl Viro
2010-08-09new helper: end_writeback()Al Viro
2010-08-09generic_detach_inode() can be static nowAl Viro
2010-08-09New method - evict_inode()Al Viro
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09rename generic_setattrChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-08-07bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo
2010-08-07bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_...Tejun Heo
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-08-02vfs: re-introduce MAY_CHDIREric Paris
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan
2010-07-28fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig
2010-07-07VFS: introduce s_dirty accessorsArtem Bityutskiy
2010-06-04wrong type for 'magic' argument in simple_fill_super()Roberto Sassu
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de
2010-05-28rename the generic fsync implementationsChristoph Hellwig
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-28get rid of the magic around f_count in aioAl Viro
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-27vfs: introduce noop_llseek()jan Blunck
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik
2010-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21vfs: Add inode uid,gid,mode init helperDmitry Monakhov
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-21fs: xattr_handler table should be constStephen Hemminger
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21Bury __put_super_and_need_restart()Al Viro
2010-05-21get rid of restarts in sync_filesystems()Al Viro