Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | bio-integrity: mark kintegrityd_wq highpri and CPU intensive | Tejun Heo | 2011-01-03 | 1 | -1/+6 | |
| * | | | Fix compile warnings due to missing removal of a 'ret' variable | Jens Axboe | 2010-12-20 | 1 | -1/+0 | |
| * | | | fs/block: type signature of major_to_index(int) to major_to_index(unsigned) | Yang Zhang | 2010-12-17 | 1 | -1/+1 | |
| * | | | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actors | Michał Mirosław | 2010-12-17 | 2 | -33/+14 | |
| |/ / | ||||||
| * | | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 2010-11-27 | 14 | -570/+281 | |
| |\ \ | ||||||
| | * | | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 12 | -78/+132 | |
| | * | | block: check bdev_read_only() from blkdev_get() | Tejun Heo | 2010-11-13 | 1 | -5/+6 | |
| | * | | block: reorganize claim/release implementation | Tejun Heo | 2010-11-13 | 1 | -79/+48 | |
| | * | | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 13 | -166/+87 | |
| | * | | block: simplify holder symlink handling | Tejun Heo | 2010-11-13 | 1 | -278/+44 | |
| | * | | btrfs: close_bdev_exclusive() should use the same @flags as the matching open... | Tejun Heo | 2010-11-13 | 1 | -1/+1 | |
| * | | | Merge branch 'v2.6.37-rc2' into for-2.6.38/core | Jens Axboe | 2010-11-16 | 672 | -35176/+24009 | |
| |\ \ \ | ||||||
| * | | | | block: export 'ro' sysfs attribute for partitions | Kay Sievers | 2010-11-11 | 1 | -0/+9 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-01-13 | 94 | -396/+740 | |
|\ \ \ \ \ | ||||||
| * | | | | | Gfs2: fail if we try to use hole punch | Josef Bacik | 2011-01-12 | 1 | -0/+4 | |
| * | | | | | Btrfs: fail if we try to use hole punch | Josef Bacik | 2011-01-12 | 1 | -0/+4 | |
| * | | | | | Ext4: fail if we try to use hole punch | Josef Bacik | 2011-01-12 | 1 | -0/+4 | |
| * | | | | | Ocfs2: handle hole punching via fallocate properly | Josef Bacik | 2011-01-12 | 1 | -2/+6 | |
| * | | | | | XFS: handle hole punching via fallocate properly | Josef Bacik | 2011-01-12 | 1 | -2/+5 | |
| * | | | | | fs: add hole punching to fallocate | Josef Bacik | 2011-01-12 | 1 | -1/+6 | |
| * | | | | | vfs: pass struct file to do_truncate on O_TRUNC opens (try #2) | Jeff Layton | 2011-01-12 | 1 | -3/+4 | |
| * | | | | | fix signedness mess in rw_verify_area() on 64bit architectures | Al Viro | 2011-01-12 | 1 | -16/+11 | |
| * | | | | | fs: fix kernel-doc for dcache::prepend_path | Randy Dunlap | 2011-01-12 | 1 | -2/+1 | |
| * | | | | | fs: fix kernel-doc for dcache::d_validate | Randy Dunlap | 2011-01-12 | 1 | -1/+1 | |
| * | | | | | sanitize ecryptfs ->mount() | Al Viro | 2011-01-12 | 2 | -88/+68 | |
| * | | | | | switch afs | Al Viro | 2011-01-12 | 3 | -3/+3 | |
| * | | | | | move internal-only parts of ncpfs headers to fs/ncpfs | Al Viro | 2011-01-12 | 14 | -22/+313 | |
| * | | | | | switch ncpfs | Al Viro | 2011-01-12 | 2 | -12/+5 | |
| * | | | | | switch 9p | Al Viro | 2011-01-12 | 4 | -10/+6 | |
| * | | | | | pass default dentry_operations to mount_pseudo() | Al Viro | 2011-01-12 | 4 | -14/+17 | |
| * | | | | | switch hostfs | Al Viro | 2011-01-12 | 1 | -1/+1 | |
| * | | | | | switch affs | Al Viro | 2011-01-12 | 3 | -3/+7 | |
| * | | | | | switch configfs | Al Viro | 2011-01-12 | 3 | -5/+3 | |
| * | | | | | take coda-private headers out of include/linux | Al Viro | 2011-01-12 | 13 | -24/+198 | |
| * | | | | | switch coda | Al Viro | 2011-01-12 | 2 | -3/+2 | |
| * | | | | | switch hpfs | Al Viro | 2011-01-12 | 4 | -9/+3 | |
| * | | | | | switch btrfs, close races | Al Viro | 2011-01-12 | 3 | -12/+3 | |
| * | | | | | switch ocfs2, close races | Al Viro | 2011-01-12 | 3 | -10/+2 | |
| * | | | | | switch gfs2, close races | Al Viro | 2011-01-12 | 3 | -14/+3 | |
| * | | | | | switch cifs | Al Viro | 2011-01-12 | 5 | -41/+7 | |
| * | | | | | switch nfs to ->s_d_op | Al Viro | 2011-01-12 | 3 | -10/+1 | |
| * | | | | | switch adfs | Al Viro | 2011-01-12 | 2 | -3/+2 | |
| * | | | | | switch hfsplus | Al Viro | 2011-01-12 | 2 | -2/+1 | |
| * | | | | | switch hfs | Al Viro | 2011-01-12 | 2 | -4/+1 | |
| * | | | | | minixfs: kill dead code | Al Viro | 2011-01-12 | 1 | -2/+0 | |
| * | | | | | switch sysv | Al Viro | 2011-01-12 | 2 | -5/+4 | |
| * | | | | | switch fuse | Al Viro | 2011-01-12 | 2 | -7/+4 | |
| * | | | | | switch jfs to ->s_d_op, close exportfs races | Al Viro | 2011-01-12 | 2 | -12/+4 | |
| * | | | | | switch fat to ->s_d_op, close exportfs races there | Al Viro | 2011-01-12 | 4 | -45/+25 | |
| * | | | | | fix isofs d_op handling | Al Viro | 2011-01-12 | 2 | -8/+7 |