summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-031-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-12/+142
|\
| * fs: Remove old freezing mechanismJan Kara2012-07-311-5/+0Star
| * fs: Improve filesystem freezing handlingJan Kara2012-07-311-7/+143
| * fs: add link restrictionsKees Cook2012-07-291-0/+2
| * consolidate pipe file creationAl Viro2012-07-291-3/+0Star
* | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-1/+0Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-0/+8
|\ \
| * | mm: swap: implement generic handler for swap_activateMel Gorman2012-08-011-2/+4
| * | mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-08-011-0/+4
| * | mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman2012-08-011-0/+2
| |/
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-2/+3
|\ \ | |/ |/|
| * LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-2/+3
* | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-2/+1Star
* | vfs: allow custom EOF in generic_file_llseek codeEric Sandeen2012-07-221-1/+1
* | vfs: Create function for iterating over block devicesJan Kara2012-07-221-0/+5
* | VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
* | don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* | make finish_no_open() return intAl Viro2012-07-141-1/+1
* | kill struct opendataAl Viro2012-07-141-6/+5Star
* | make ->atomic_open() return intAl Viro2012-07-141-3/+3
* | ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-2/+7
* | vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-0/+7
* | vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
|/
* vfs: move inode stat information closer togetherLinus Torvalds2012-06-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+9
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-1/+9
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-011-2/+10
|\ \
| * | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-06-011-2/+10
* | | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-6/+3Star
|/ /
* / mm/fs: remove truncate_rangeHugh Dickins2012-05-301-1/+0Star
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-6/+7
|\
| * writeback: Avoid iput() from flusher threadJan Kara2012-05-061-3/+4
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-11/+31
|\ \
| * | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman2012-05-031-5/+31
| * | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-081-6/+0Star
* | | block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-05-111-0/+1
| |/ |/|
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-0/+1
|\ \
| * | libfs: add simple_open()Stephen Boyd2012-04-061-0/+1
* | | CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-0/+5
| |/ |/|
* | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-291-0/+4
|\ \ | |/ |/|
| * fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert2012-03-141-0/+4
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-13/+0Star
|\ \
| * | vfs: remove unused superblock helpersArtem Bityutskiy2012-03-221-13/+0Star
| |/
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \
| * | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | | switch touch_atime to struct pathAl Viro2012-03-211-2/+2