| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-11-19 | 5 | -55/+37 |
|\ |
|
| * | ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard | Lukas Czerner | 2010-11-19 | 1 | -0/+24 |
| * | fs: Do not dispatch FITRIM through separate super_operation | Lukas Czerner | 2010-11-19 | 2 | -40/+0 |
| * | ext4: ext4_fill_super shouldn't return 0 on corruption | Darrick J. Wong | 2010-11-19 | 1 | -2/+3 |
| * | jbd2: fix /proc/fs/jbd2/<dev> when using an external journal | yangsheng | 2010-11-17 | 1 | -8/+8 |
| * | ext4: missing unlock in ext4_clear_request_list() | Dan Carpenter | 2010-11-17 | 1 | -3/+0 |
| * | ext4: fix setting random pages PageUptodate | Markus Trippelsdorf | 2010-11-17 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-11-19 | 8 | -55/+98 |
|\ \ |
|
| * | | ceph: fix readdir EOVERFLOW on 32-bit archs | Sage Weil | 2010-11-18 | 1 | -3/+7 |
| * | | ceph: fix frag offset for non-leftmost frags | Sage Weil | 2010-11-11 | 1 | -1/+4 |
| * | | ceph: fix dangling pointer | Sage Weil | 2010-11-11 | 1 | -0/+1 |
| * | | ceph: make page alignment explicit in osd interface | Sage Weil | 2010-11-09 | 3 | -9/+25 |
| * | | ceph: fix comment, remove extraneous args | Sage Weil | 2010-11-09 | 1 | -11/+9 |
| * | | ceph: fix update of ctime from MDS | Sage Weil | 2010-11-08 | 1 | -2/+4 |
| * | | ceph: fix version check on racing inode updates | Sage Weil | 2010-11-08 | 1 | -4/+9 |
| * | | ceph: fix uid/gid on resent mds requests | Sage Weil | 2010-11-08 | 2 | -2/+7 |
| * | | ceph: fix rdcache_gen usage and invalidate | Sage Weil | 2010-11-08 | 3 | -14/+10 |
| * | | ceph: re-request max_size if cap auth changes | Sage Weil | 2010-11-07 | 1 | -0/+5 |
| * | | ceph: only let auth caps update max_size | Sage Weil | 2010-11-07 | 1 | -1/+8 |
| * | | ceph: fix open for write on clustered mds | Sage Weil | 2010-11-07 | 1 | -2/+4 |
| * | | ceph: fix bad pointer dereference in ceph_fill_trace | Sage Weil | 2010-11-07 | 1 | -1/+2 |
| * | | Revert "ceph: update issue_seq on cap grant" | Sage Weil | 2010-10-27 | 1 | -5/+3 |
* | | | BKL: remove references to lock_kernel from comments | Arnd Bergmann | 2010-11-17 | 1 | -4/+4 |
* | | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 28 | -28/+0 |
* | | | nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr | Catalin Marinas | 2010-11-16 | 1 | -0/+6 |
* | | | NFS: readdir shouldn't read beyond the reply returned by the server | Trond Myklebust | 2010-11-15 | 5 | -7/+11 |
* | | | NFS: Fix a couple of regressions in readdir. | Trond Myklebust | 2010-11-15 | 1 | -34/+56 |
* | | | Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS... | Trond Myklebust | 2010-11-15 | 1 | -1/+1 |
* | | | Regression: fix mounting NFS when NFSv3 support is not compiled | Paulius Zaleckas | 2010-11-15 | 1 | -1/+7 |
* | | | NLM: Fix a regression in lockd | Trond Myklebust | 2010-11-15 | 1 | -7/+4 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2010-11-15 | 5 | -216/+98 |
|\ \ |
|
| * | | GFS2: Fix inode deallocation race | Steven Whitehouse | 2010-11-15 | 5 | -216/+98 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-11-14 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | ocfs2: Change some lock status member in ocfs2_lock_res to char. | Tao Ma | 2010-11-13 | 1 | -3/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-11-12 | 2 | -4/+37 |
|\ \ \ |
|
| * | | | ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2) | Sergey Senozhatsky | 2010-11-10 | 1 | -0/+4 |
| * | | | ioprio: fix RCU locking around task dereference | Daniel J Blueman | 2010-11-10 | 1 | -2/+12 |
| * | | | bio: take care not overflow page count when mapping/copying user data | Jens Axboe | 2010-11-10 | 1 | -1/+13 |
| * | | | block: limit vec count in bio_kmalloc() and bio_alloc_map_data() | Jens Axboe | 2010-11-10 | 1 | -1/+8 |
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-11-12 | 9 | -14/+33 |
|\ \ \ \ |
|
| * | | | | xfs: remove incorrect assert in xfs_vm_writepage | Christoph Hellwig | 2010-11-10 | 1 | -3/+4 |
| * | | | | xfs: use hlist_add_fake | Christoph Hellwig | 2010-11-10 | 1 | -1/+2 |
| * | | | | xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n | Christoph Hellwig | 2010-11-10 | 1 | -4/+16 |
| * | | | | xfs: tell lockdep about parent iolock usage in filestreams | Christoph Hellwig | 2010-11-10 | 1 | -1/+7 |
| * | | | | xfs: move delayed write buffer trace | Dave Chinner | 2010-11-10 | 1 | -1/+1 |
| * | | | | xfs: fix per-ag reference counting in inode reclaim tree walking | Dave Chinner | 2010-11-10 | 2 | -0/+2 |
| * | | | | xfs: xfs_ioctl: fix information leak to userland | Kulikov Vasiliy | 2010-11-10 | 1 | -1/+1 |
| * | | | | xfs: remove experimental tag from the delaylog option | Christoph Hellwig | 2010-11-10 | 1 | -3/+0 |
* | | | | | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-11-12 | 2 | -16/+19 |
|\ \ \ \ \ |
|
| * | | | | | locks: remove dead lease error-handling code | J. Bruce Fields | 2010-11-10 | 1 | -10/+2 |