aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2021-03-131-0/+2
* locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton2021-03-131-1/+1
* locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton2021-03-131-4/+6
* locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton2021-03-131-0/+1
* locks: rename locks_remove_flock to locks_remove_fileJeff Layton2021-03-131-2/+2
* allow the temp files created by open() to be linked toAl Viro2018-11-261-0/+1
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2018-11-261-0/+1
* vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2018-11-261-2/+3
* vfs: make path_openat take a struct filename pointerJeff Layton2018-11-261-0/+1
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2018-11-261-2/+1
* vfs: define struct filename and have getname() return itJeff Layton2018-11-261-3/+11
* fs: add link restrictionsKees Cook2018-11-261-0/+2
* don't pass nameidata * to vfs_create()Al Viro2018-11-261-2/+2
* don't pass nameidata to ->create()Al Viro2018-11-261-1/+1
* stop passing nameidata to ->lookup()Al Viro2018-11-261-2/+2
* make finish_no_open() return intAl Viro2018-11-261-1/+1
* kill struct opendataAl Viro2018-11-261-6/+5
* make ->atomic_open() return intAl Viro2018-11-261-3/+3
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2018-11-261-2/+7
* vfs: add i_op->atomic_open()Miklos Szeredi2018-11-261-0/+7
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-13/+0
|\
| * get rid of s_files and files_lockAl Viro2016-03-211-13/+0
* | splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITELinus Torvalds2017-08-051-0/+5
* | BACKPORT: fs: limit filesystem stacking depthMiklos Szeredi2017-08-051-0/+11
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2017-08-041-0/+2
* | vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2017-08-041-0/+4
* | vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-08-041-0/+9
* | vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-08-041-0/+4
* | mnt: Add filesystem private data to mount pointsDaniel Rosenberg2017-08-041-0/+3
* | fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-08-041-0/+28
* | consitify do_mount() argumentsAl Viro2017-08-031-1/+1
* | fs: introduce inode operation ->update_timeJosef Bacik2017-08-031-1/+9
* | Merge tag 'v3.4.80' into HEADBruno Martins2017-08-021-0/+2
|\|
| * include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du2013-11-291-0/+2
* | vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2015-09-111-0/+7
* | platform: msm: fix PFT when using direct-ioAmir Samuelov2014-06-221-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
|\ \ \