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