aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-31fs: Remove old freezing mechanismJan Kara
2012-07-31fs: Improve filesystem freezing handlingJan Kara
2012-07-29fs: add link restrictionsKees Cook
2012-07-29consolidate pipe file creationAl Viro
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-06-03vfs: move inode stat information closer togetherLinus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust
2012-05-29mm/fs: remove truncate_rangeHugh Dickins
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer
2012-05-06writeback: Avoid iput() from flusher threadJan Kara
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-03userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05libfs: add simple_open()Stephen Boyd
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-21vfs: remove unused superblock helpersArtem Bityutskiy
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20vfs: turn generic_drop_inode() into static inlineAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro