summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2011-04-05fs: export empty_aopsJens Axboe
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-28Btrfs: add datacow flag in inode flagliubo
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn
2011-03-22fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy
2011-03-17kill simple_set_mnt()Al Viro
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2011-03-16vfs: bury ->get_sb()Al Viro
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15New kind of open files - "location only".Al Viro
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V
2011-03-14clean statfs-like syscalls upAl Viro
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-03-14switch do_filp_open() to struct open_flagsAl Viro
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-10IMA: define readcount functionsMimi Zohar
2011-02-10IMA: convert i_readcount to atomicMimi Zohar
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim
2011-02-02vfs: sparse: remove a warning on OPEN_FMODE()Namhyung Kim
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells
2011-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro
2011-01-12per-superblock default ->d_opAl Viro
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-04locks: eliminate fl_mylease callbackJ. Bruce Fields
2010-12-16implement in-kernel gendisk events handlingTejun Heo