Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Squashfs: add XZ compression support | Phillip Lougher | 2011-01-13 | 2 | -0/+154 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-01-16 | 28 | -834/+935 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | sanitize vfsmount refcounting changes | Al Viro | 2011-01-16 | 7 | -111/+73 | |
| * | | | | | | fix old umount_tree() breakage | Al Viro | 2011-01-16 | 1 | -3/+5 | |
| * | | | | | | autofs4: Merge the remaining dentry ops tables | David Howells | 2011-01-15 | 3 | -20/+4 | |
| * | | | | | | Unexport do_add_mount() and add in follow_automount(), not ->d_automount() | David Howells | 2011-01-15 | 6 | -74/+86 | |
| * | | | | | | Allow d_manage() to be used in RCU-walk mode | David Howells | 2011-01-15 | 2 | -9/+14 | |
| * | | | | | | Remove a further kludge from __do_follow_link() | David Howells | 2011-01-15 | 1 | -6/+2 | |
| * | | | | | | autofs4: Add v4 pseudo direct mount support | Ian Kent | 2011-01-15 | 1 | -0/+58 | |
| * | | | | | | autofs4: Fix wait validation | Ian Kent | 2011-01-15 | 1 | -1/+16 | |
| * | | | | | | autofs4: Clean up autofs4_free_ino() | Ian Kent | 2011-01-15 | 2 | -22/+0 | |
| * | | | | | | autofs4: Clean up dentry operations | Ian Kent | 2011-01-15 | 3 | -29/+26 | |
| * | | | | | | autofs4: Clean up inode operations | Ian Kent | 2011-01-15 | 3 | -21/+1 | |
| * | | | | | | autofs4: Remove unused code | Ian Kent | 2011-01-15 | 2 | -250/+0 | |
| * | | | | | | autofs4: Add d_manage() dentry operation | Ian Kent | 2011-01-15 | 4 | -40/+159 | |
| * | | | | | | autofs4: Add d_automount() dentry operation | Ian Kent | 2011-01-15 | 4 | -112/+189 | |
| * | | | | | | Remove the automount through follow_link() kludge code from pathwalk | David Howells | 2011-01-15 | 1 | -14/+3 | |
| * | | | | | | CIFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 4 | -67/+80 | |
| * | | | | | | NFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 4 | -47/+46 | |
| * | | | | | | AFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 4 | -30/+19 | |
| * | | | | | | Add an AT_NO_AUTOMOUNT flag to suppress terminal automount | David Howells | 2011-01-15 | 2 | -1/+9 | |
| * | | | | | | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 2011-01-15 | 10 | -43/+91 | |
| * | | | | | | Add a dentry op to handle automounting rather than abusing follow_link() | David Howells | 2011-01-15 | 2 | -57/+174 | |
| * | | | | | | do_lookup() fix | Al Viro | 2011-01-15 | 1 | -0/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-01-14 | 23 | -482/+729 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | xfs: prevent NMI timeouts in cmn_err | Dave Chinner | 2011-01-12 | 7 | -114/+96 | |
| * | | | | | | xfs: Add log level to assertion printk | Anton Blanchard | 2011-01-11 | 1 | -1/+2 | |
| * | | | | | | xfs: fix an assignment within an ASSERT() | Jesper Juhl | 2011-01-11 | 1 | -1/+1 | |
| * | | | | | | xfs: fix error handling for synchronous writes | Christoph Hellwig | 2011-01-11 | 3 | -114/+51 | |
| * | | | | | | xfs: add FITRIM support | Christoph Hellwig | 2011-01-11 | 7 | -12/+259 | |
| * | | | | | | xfs: ensure log covering transactions are synchronous | Dave Chinner | 2011-01-11 | 4 | -12/+13 | |
| * | | | | | | xfs: serialise unaligned direct IOs | Dave Chinner | 2011-01-11 | 1 | -10/+28 | |
| * | | | | | | xfs: factor common write setup code | Dave Chinner | 2011-01-11 | 1 | -67/+56 | |
| * | | | | | | xfs: split buffered IO write path from xfs_file_aio_write | Dave Chinner | 2011-01-11 | 1 | -77/+69 | |
| * | | | | | | xfs: split direct IO write path from xfs_file_aio_write | Dave Chinner | 2011-01-11 | 1 | -63/+116 | |
| * | | | | | | xfs: introduce xfs_rw_lock() helpers for locking the inode | Dave Chinner | 2011-01-12 | 1 | -51/+80 | |
| * | | | | | | xfs: factor post-write newsize updates | Dave Chinner | 2011-01-11 | 1 | -22/+21 | |
| * | | | | | | xfs: factor common post-write isize handling code | Dave Chinner | 2011-01-11 | 1 | -26/+28 | |
| * | | | | | | xfs: ensure sync write errors are returned | Dave Chinner | 2011-01-11 | 1 | -26/+23 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-14 | 1 | -18/+75 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | block: restore multiple bd_link_disk_holder() support | Tejun Heo | 2011-01-14 | 1 | -18/+75 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE() | Linus Torvalds | 2011-01-14 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-01-14 | 19 | -277/+573 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | nfsd4: fix callback restarting | J. Bruce Fields | 2011-01-14 | 1 | -12/+9 | |
| * | | | | | | nfsd: break lease on unlink, link, and rename | J. Bruce Fields | 2011-01-13 | 1 | -4/+23 | |
| * | | | | | | nfsd4: break lease on nfsd setattr | J. Bruce Fields | 2011-01-13 | 1 | -8/+4 | |
| * | | | | | | nfsd: don't support msnfs export option | J. Bruce Fields | 2011-01-13 | 2 | -43/+2 | |
| * | | | | | | nfsd4: initialize cb_per_client | J. Bruce Fields | 2011-01-13 | 1 | -0/+1 | |
| * | | | | | | nfsd4: allow restarting callbacks | J. Bruce Fields | 2011-01-11 | 3 | -6/+32 | |
| * | | | | | | nfsd4: simplify nfsd4_cb_prepare | J. Bruce Fields | 2011-01-11 | 1 | -22/+4 |