summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* bury SEL_{IN,OUT,EX}Al Viro2012-10-161-4/+0
* Unexport some bits of linux/fs.hDavid Howells2012-10-161-0/+130
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-332/+1
* UAPI: Unexport linux/blk_types.hDavid Howells2012-10-131-60/+59
* vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-121-0/+1
* audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+4
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-0/+1
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-3/+11
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-121-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-3/+2
|\
| * consitify do_mount() argumentsAl Viro2012-10-111-1/+1
| * MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro2012-10-101-1/+1
| * vfs: drop lock/unlock superMarco Stornelli2012-10-091-1/+0
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-0/+6
|\ \ | |/ |/|
| * fs: fix include/percpu-rwsem.h export errorJens Axboe2012-09-271-1/+1
| * blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka2012-09-261-1/+2
| * Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-261-0/+4
| * block: ioctl to zero block rangesMartin K. Petersen2012-09-201-0/+1
* | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-3/+3
* | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+2
* | MAX_LFS_FILESIZE should be a loff_tChuck Lever2012-10-021-2/+2
* | make get_file() return its argumentAl Viro2012-09-261-1/+5
|/
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-041-3/+0
* 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/+0
| * 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/+0
* | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-1/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-0/+8
|\ \
| * | mm: swap: implement generic handler for swap_activateMel Gorman2012-07-311-2/+4
| * | mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-07-311-0/+4
| * | mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman2012-07-311-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-231-2/+1
* | vfs: allow custom EOF in generic_file_llseek codeEric Sandeen2012-07-231-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/+5
* | 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
|\
OpenPOWER on IntegriCloud