aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-0/+2
2011-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+7
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo1-1/+7
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+14
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-1/+3
2011-01-12per-superblock default ->d_opAl Viro1-0/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+1
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-1/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-4/+6
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-19/+23
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin1-0/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+4
2011-01-07fs: dcache remove dcache_lockNick Piggin1-1/+5
2011-01-04locks: eliminate fl_mylease callbackJ. Bruce Fields1-1/+0
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-0/+1
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds1-0/+1
2010-11-25include/linux/fs.h: fix userspace buildLoïc Minier1-3/+3
2010-11-19fs: Do not dispatch FITRIM through separate super_operationLukas Czerner1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-3/+4
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-10/+4
2010-11-13block: simplify holder symlink handlingTejun Heo1-5/+11
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig1-1/+0
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-0/+1
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds1-0/+1
2010-10-29switch get_sb_ns() usersAl Viro1-3/+2
2010-10-29convert get_sb_pseudo() usersAl Viro1-3/+2