summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-11consitify do_mount() argumentsAl Viro
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro
2012-10-09vfs: drop lock/unlock superMarco Stornelli
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02MAX_LFS_FILESIZE should be a loff_tChuck Lever
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe
2012-09-26make get_file() return its argumentAl Viro
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka
2012-09-20block: ioctl to zero block rangesMartin K. Petersen
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-31fs: Remove old freezing mechanismJan Kara
2012-07-31fs: Improve filesystem freezing handlingJan Kara
2012-07-29fs: add link restrictionsKees Cook
2012-07-29consolidate pipe file creationAl Viro
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-06-03vfs: move inode stat information closer togetherLinus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds