aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20vfs: i_state needs to be 'unsigned long' for nowLinus Torvalds1-1/+1
2011-06-08vfs: reorganize 'struct inode' layout a bitLinus Torvalds1-4/+5
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+2
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-0/+13
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds1-0/+5
2011-05-26fs: add field to superblock to support cleancacheDan Magenheimer1-0/+5
2011-05-25ulimit: raise default hard ulimit on number of files to 4096Tim Gardner1-1/+2
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-1/+1
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-2/+0
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+0
2011-05-14fs: remove FS_COW_FLLi Zefan1-1/+0
2011-04-12vfs: Re-introduce s_uuid in the superblockLinus Torvalds1-0/+1
2011-04-12Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds1-1/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-04-05fs: export empty_aopsJens Axboe1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2011-03-28Btrfs: add datacow flag in inode flagliubo1-0/+2
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-20/+9
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn1-2/+7
2011-03-22fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy1-1/+1
2011-03-17kill simple_set_mnt()Al Viro1-1/+0
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-14/+2
2011-03-16vfs: bury ->get_sb()Al Viro1-14/+0
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+21
2011-03-15New kind of open files - "location only".Al Viro1-0/+3
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V1-0/+1
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-0/+7
2011-03-14clean statfs-like syscalls upAl Viro1-0/+2
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-2/+2
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-2/+0
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-20/+9
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-19/+9
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris1-21/+38
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-10IMA: define readcount functionsMimi Zohar1-0/+20
2011-02-10IMA: convert i_readcount to atomicMimi Zohar1-2/+1
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim1-0/+1
2011-02-02vfs: sparse: remove a warning on OPEN_FMODE()Namhyung Kim1-1/+3
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim1-2/+2
2011-01-17fallocate should be a file operationChristoph Hellwig1-2/+2
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+2