summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2012-10-12consitify do_mount() argumentsAl Viro1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro1-1/+1
2012-10-10vfs: drop lock/unlock superMarco Stornelli1-1/+0
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-3/+3
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+2
2012-10-03MAX_LFS_FILESIZE should be a loff_tChuck Lever1-2/+2
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe1-1/+1
2012-09-27make get_file() return its argumentAl Viro1-1/+5
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka1-1/+2
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka1-0/+4
2012-09-20block: ioctl to zero block rangesMartin K. Petersen1-0/+1
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-3/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+142
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-1/+0
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+8
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman1-2/+4
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman1-0/+4
2012-08-01mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+2
2012-08-01Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+3
2012-07-31fs: Remove old freezing mechanismJan Kara1-5/+0
2012-07-31fs: Improve filesystem freezing handlingJan Kara1-7/+143
2012-07-29fs: add link restrictionsKees Cook1-0/+2
2012-07-29consolidate pipe file creationAl Viro1-3/+0
2012-07-28LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-2/+3
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-2/+1
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen1-1/+1
2012-07-22vfs: Create function for iterating over block devicesJan Kara1-0/+5
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14make finish_no_open() return intAl Viro1-1/+1
2012-07-14kill struct opendataAl Viro1-6/+5
2012-07-14make ->atomic_open() return intAl Viro1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-2/+7
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-0/+7
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-06-04vfs: move inode stat information closer togetherLinus Torvalds1-3/+3
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+9
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+9
2012-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+10
2012-06-01aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-2/+10
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-6/+3
2012-05-30mm/fs: remove truncate_rangeHugh Dickins1-1/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-6/+7
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+31
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer1-0/+1
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-3/+4