summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: fix broken buildLinus Torvalds2011-01-141-3/+2Star
* NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-131-1/+5
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-1318-698/+347Star
|\
| * Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-132-96/+34Star
| |\
| | * implement in-kernel gendisk events handlingTejun Heo2010-12-161-7/+34
| | * block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-161-89/+0Star
| * | block: add internal hd part table referencesJens Axboe2011-01-071-5/+3Star
| * | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-1/+9
| * | bio-integrity: mark kintegrityd_wq highpri and CPU intensiveTejun Heo2011-01-031-1/+6
| * | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-201-1/+0Star
| * | fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2010-12-171-1/+1
| * | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-172-33/+14Star
| |/
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-2714-570/+281Star
| |\
| | * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-1312-78/+132
| | * block: check bdev_read_only() from blkdev_get()Tejun Heo2010-11-131-5/+6
| | * block: reorganize claim/release implementationTejun Heo2010-11-131-79/+48Star
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-1313-166/+87Star
| | * block: simplify holder symlink handlingTejun Heo2010-11-131-278/+44Star
| | * btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo2010-11-131-1/+1
| * | Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-16672-35176/+24009Star
| |\ \
| * | | block: export 'ro' sysfs attribute for partitionsKay Sievers2010-11-111-0/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-1394-396/+740
|\ \ \ \
| * | | | Gfs2: fail if we try to use hole punchJosef Bacik2011-01-131-0/+4
| * | | | Btrfs: fail if we try to use hole punchJosef Bacik2011-01-131-0/+4
| * | | | Ext4: fail if we try to use hole punchJosef Bacik2011-01-131-0/+4
| * | | | Ocfs2: handle hole punching via fallocate properlyJosef Bacik2011-01-131-2/+6
| * | | | XFS: handle hole punching via fallocate properlyJosef Bacik2011-01-131-2/+5
| * | | | fs: add hole punching to fallocateJosef Bacik2011-01-131-1/+6
| * | | | vfs: pass struct file to do_truncate on O_TRUNC opens (try #2)Jeff Layton2011-01-131-3/+4
| * | | | fix signedness mess in rw_verify_area() on 64bit architecturesAl Viro2011-01-131-16/+11Star
| * | | | fs: fix kernel-doc for dcache::prepend_pathRandy Dunlap2011-01-131-2/+1Star
| * | | | fs: fix kernel-doc for dcache::d_validateRandy Dunlap2011-01-131-1/+1
| * | | | sanitize ecryptfs ->mount()Al Viro2011-01-132-88/+68Star
| * | | | switch afsAl Viro2011-01-133-3/+3
| * | | | move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-1314-22/+313
| * | | | switch ncpfsAl Viro2011-01-132-12/+5Star
| * | | | switch 9pAl Viro2011-01-134-10/+6Star
| * | | | pass default dentry_operations to mount_pseudo()Al Viro2011-01-134-14/+17
| * | | | switch hostfsAl Viro2011-01-131-1/+1
| * | | | switch affsAl Viro2011-01-133-3/+7
| * | | | switch configfsAl Viro2011-01-133-5/+3Star
| * | | | take coda-private headers out of include/linuxAl Viro2011-01-1313-24/+198
| * | | | switch codaAl Viro2011-01-132-3/+2Star
| * | | | switch hpfsAl Viro2011-01-134-9/+3Star
| * | | | switch btrfs, close racesAl Viro2011-01-133-12/+3Star
| * | | | switch ocfs2, close racesAl Viro2011-01-133-10/+2Star
| * | | | switch gfs2, close racesAl Viro2011-01-133-14/+3Star
| * | | | switch cifsAl Viro2011-01-135-41/+7Star
| * | | | switch nfs to ->s_d_opAl Viro2011-01-133-10/+1Star
| * | | | switch adfsAl Viro2011-01-132-3/+2Star