summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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-05-311-2/+10
|\ \
| * | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-311-2/+10
* | | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-6/+3
|/ /
* / mm/fs: remove truncate_rangeHugh Dickins2012-05-291-1/+0
|/
* 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-231-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-071-6/+0
* | | 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-051-0/+1
|\ \
| * | libfs: add simple_open()Stephen Boyd2012-04-051-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-131-0/+4
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-13/+0
|\ \
| * | vfs: remove unused superblock helpersArtem Bityutskiy2012-03-211-13/+0
| |/
* | 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-201-2/+2
* | | vfs: turn generic_drop_inode() into static inlineAl Viro2012-03-201-1/+4
* | | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+1
|/ /
* / vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-131-0/+1
|/
* migrate_mode.h is not exported to user modeStephen Rothwell2012-01-231-1/+1
* mm: fix warnings regarding enum migrate_modeAndrew Morton2012-01-231-1/+1
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-0/+1
|\
| * block: Add BLKROTATIONAL ioctlMartin K. Petersen2012-01-111-0/+1
* | vfs: cache request_queue in struct block_deviceAndi Kleen2012-01-121-0/+2
* | mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-2/+4
* | mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-3/+6
* | epoll: limit pathsJason Baron2012-01-121-0/+1
* | vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-061-2/+0
* | vfs: count unlinked inodesMiklos Szeredi2012-01-061-54/+7
* | vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-061-0/+3
* | vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-061-0/+1
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | vfs: switch ->show_path() to struct dentry *Al Viro2012-01-061-1/+1
* | vfs: switch ->show_devname() to struct dentry *Al Viro2012-01-061-1/+1
* | vfs: switch ->show_stats to struct dentry *Al Viro2012-01-061-1/+1
| |
| \
*-. \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-061-10/+13
|\ \ \
| | * | fs: move code out of buffer.cAl Viro2012-01-031-0/+3
| |/ / |/| |
| * | switch open and mkdir syscalls to umode_tAl Viro2012-01-031-2/+2
| * | switch is_sxid() to umode_tAl Viro2012-01-031-1/+1
| * | switch inode_init_owner() to umode_tAl Viro2012-01-031-1/+1
| * | switch ->mknod() to umode_tAl Viro2012-01-031-2/+2
| * | switch ->create() to umode_tAl Viro2012-01-031-2/+2