| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-07-08 | 4 | -232/+115 |
|\ |
|
| * | writeback: simplify the write back thread queue | Christoph Hellwig | 2010-07-06 | 1 | -184/+69 |
| * | writeback: split writeback_inodes_wb | Christoph Hellwig | 2010-07-06 | 1 | -36/+46 |
| * | writeback: remove writeback_inodes_wbc | Christoph Hellwig | 2010-07-06 | 3 | -13/+2 |
| * | fs-writeback: fix kernel-doc warnings | Randy Dunlap | 2010-07-01 | 1 | -1/+1 |
| * | splice: check f_mode for seekable file | Changli Gao | 2010-06-30 | 1 | -4/+2 |
| * | splice: direct_splice_actor() should not use pos in sd | Changli Gao | 2010-06-30 | 1 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-07-07 | 10 | -33/+69 |
|\ \ |
|
| * | | ceph: fix crush device 'out' threshold to 1.0, not 0.1 | Sage Weil | 2010-07-05 | 1 | -1/+1 |
| * | | ceph: fix caps usage accounting for import (non-reserved) case | Sage Weil | 2010-06-29 | 1 | -2/+8 |
| * | | ceph: only release clean, unused caps with mds requests | Sage Weil | 2010-06-29 | 1 | -5/+6 |
| * | | ceph: fix crush CHOOSE_LEAF when type is already a leaf | Sage Weil | 2010-06-24 | 1 | -13/+25 |
| * | | ceph: fix crush recursion | Sage Weil | 2010-06-24 | 1 | -0/+1 |
| * | | ceph: fix caps debugfs entry | Yehuda Sadeh | 2010-06-24 | 1 | -1/+1 |
| * | | ceph: delay umount until all mds requests drop inode+dentry refs | Sage Weil | 2010-06-22 | 1 | -0/+6 |
| * | | ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulate | Sage Weil | 2010-06-22 | 1 | -7/+12 |
| * | | ceph: fix crush map update decoding | Sage Weil | 2010-06-17 | 1 | -0/+1 |
| * | | ceph: fix message memory leak, uninitialized variable | Sage Weil | 2010-06-13 | 1 | -0/+2 |
| * | | ceph: fix map handler error path | Sage Weil | 2010-06-13 | 1 | -1/+2 |
| * | | ceph: some endianity fixes | Yehuda Sadeh | 2010-06-13 | 3 | -3/+4 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-07-05 | 17 | -388/+172 |
|\ \ \ |
|
| * | | | xfs: remove block number from inode lookup code | Dave Chinner | 2010-06-24 | 15 | -59/+26 |
| * | | | xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED | Dave Chinner | 2010-06-24 | 5 | -12/+14 |
| * | | | xfs: validate untrusted inode numbers during lookup | Dave Chinner | 2010-06-24 | 1 | -43/+78 |
| * | | | xfs: always use iget in bulkstat | Christoph Hellwig | 2010-06-23 | 6 | -282/+59 |
| * | | | xfs: prevent swapext from operating on write-only files | Dan Rosenberg | 2010-06-24 | 1 | -1/+4 |
| |/ / |
|
* | | | fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safe | Andrew Morton | 2010-06-30 | 1 | -2/+4 |
* | | | sysvfs: fix NULL deref. when allocating new inode | Lubomir Rintel | 2010-06-30 | 1 | -1/+5 |
* | | | flat: tweak default stack alignment | Mike Frysinger | 2010-06-30 | 1 | -5/+1 |
* | | | nommu: add '[stack]' label to /proc/pid/maps output | Mike Frysinger | 2010-06-30 | 1 | -4/+16 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-06-29 | 2 | -147/+109 |
|\ \ |
|
| * | | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus | Jens Axboe | 2010-06-14 | 15 | -68/+125 |
| |\| |
|
| * | | writeback: fix pin_sb_for_writeback | Christoph Hellwig | 2010-06-11 | 1 | -8/+10 |
| * | | writeback: add missing requeue_io in writeback_inodes_wb | Christoph Hellwig | 2010-06-11 | 1 | -1/+3 |
| * | | writeback: simplify and split bdi_start_writeback | Christoph Hellwig | 2010-06-11 | 1 | -12/+20 |
| * | | writeback: simplify wakeup_flusher_threads | Christoph Hellwig | 2010-06-11 | 1 | -21/+11 |
| * | | writeback: fix writeback_inodes_wb from writeback_inodes_sb | Christoph Hellwig | 2010-06-11 | 1 | -38/+23 |
| * | | writeback: enforce s_umount locking in writeback_inodes_sb | Christoph Hellwig | 2010-06-11 | 2 | -0/+8 |
| * | | writeback: queue work on stack in writeback_inodes_sb | Christoph Hellwig | 2010-06-11 | 1 | -19/+21 |
| * | | writeback: fix writeback completion notifications | Christoph Hellwig | 2010-06-11 | 1 | -50/+15 |
* | | | fs: fix superblock iteration race | npiggin@suse.de | 2010-06-29 | 2 | -0/+8 |
* | | | ocfs2: update gfp/slab.h includes | Tejun Heo | 2010-06-28 | 1 | -1/+0 |
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-06-27 | 4 | -78/+72 |
|\ \ \ |
|
| * | | | NFSv4: Fix an embarassing typo in encode_attrs() | Trond Myklebust | 2010-06-22 | 1 | -2/+2 |
| * | | | NFSv4: Ensure that /proc/self/mountinfo displays the minor version number | Trond Myklebust | 2010-06-22 | 1 | -4/+18 |
| * | | | NFSv4.1: Ensure that we initialise the session when following a referral | Trond Myklebust | 2010-06-22 | 1 | -71/+51 |
| * | | | nfs4 use mandatory attribute file type in nfs4_get_root | Andy Adamson | 2010-06-22 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-06-27 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | ext3: update ctime when changing the file's permission by setfacl | Miao Xie | 2010-06-25 | 1 | -0/+1 |
| * | | | ext2: update ctime when changing the file's permission by setfacl | Jan Kara | 2010-06-25 | 1 | -0/+1 |
| |/ / |
|