aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* VFS: Make more complete truncate operation available to CacheFilesDavid Howells2015-04-171-0/+1
* Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2014-10-201-0/+2
|\
| * ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trimJP Abgrall2014-08-071-0/+2
* | platform: msm: fix PFT when using direct-ioAmir Samuelov2014-07-021-0/+1
* | Drop whitespace, Kconfigs, Makefile noise and dead codeStephen Boyd2013-03-141-9/+9
* | Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-9/+10
|\ \ | |/ |/|
| * block: ioctl support for sanitize in eMMC 4.5Maya Erez2012-05-241-0/+1
| * Merge branch 'Linux 3.0.21' into msm-3.0Rohit Vaswani2012-03-301-0/+1
| |\
| | * fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-211-0/+1
| * | vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-12-151-1/+2
| * | VFS : mount lock scalability for internal mountsTim Chen2011-12-151-0/+1
| |/
* | 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
| * | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
|/ / /
* | | vfs: new helper - vfs_ustat()Al Viro2012-01-031-2/+1