| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-05-30 | 17 | -32/+85 |
|\ |
|
| * | ceph: clean up on forwarded aborted mds request | Sage Weil | 2010-05-29 | 1 | -4/+9 |
| * | ceph: fix leak of osd authorizer | Sage Weil | 2010-05-29 | 1 | -1/+6 |
| * | ceph: close out mds, osd connections before stopping auth | Sage Weil | 2010-05-29 | 3 | -1/+16 |
| * | ceph: make lease code DN specific | Sage Weil | 2010-05-29 | 2 | -12/+13 |
| * | fs/ceph: Use ERR_CAST | Julia Lawall | 2010-05-29 | 6 | -6/+6 |
| * | ceph: renew auth tickets before they expire | Sage Weil | 2010-05-29 | 4 | -1/+27 |
| * | ceph: do not resend mon requests on auth ticket renewal | Sage Weil | 2010-05-29 | 1 | -1/+4 |
| * | ceph: removed duplicated #includes | Andrea Gelmini | 2010-05-29 | 2 | -2/+0 |
| * | ceph: avoid possible null dereference | Sage Weil | 2010-05-29 | 1 | -2/+2 |
| * | ceph: make mds requests killable, not interruptible | Sage Weil | 2010-05-29 | 1 | -2/+2 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 | 1 | -1/+20 |
|\ \ |
|
| * | | Add x64 support to debugfs | Huang Ying | 2010-05-19 | 1 | -1/+20 |
* | | | remove detritus left by "mm: make read_cache_page synchronous" | Al Viro | 2010-05-28 | 1 | -4/+1 |
* | | | fix fs/sysv s_dirt handling | Al Viro | 2010-05-27 | 1 | -0/+1 |
* | | | fat: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 3 | -15/+57 |
* | | | ext2: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 3 | -36/+119 |
* | | | fs: convert simple fs to new truncate | Nick Piggin | 2010-05-27 | 5 | -19/+15 |
* | | | kill spurious reference to vmtruncate | npiggin@suse.de | 2010-05-27 | 10 | -22/+37 |
* | | | fs: introduce new truncate sequence | npiggin@suse.de | 2010-05-27 | 4 | -56/+254 |
* | | | fs/super: fix kernel-doc warning | Randy Dunlap | 2010-05-27 | 1 | -2/+2 |
* | | | fs/minix: bugfix, number of indirect block ptrs per block depends on block size | Erik van der Kouwe | 2010-05-27 | 1 | -12/+15 |
* | | | rename the generic fsync implementations | Christoph Hellwig | 2010-05-27 | 20 | -28/+40 |
* | | | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 55 | -127/+106 |
* | | | fs: Add missing mutex_unlock | Julia Lawall | 2010-05-27 | 1 | -4/+9 |
* | | | get rid of the magic around f_count in aio | Al Viro | 2010-05-27 | 2 | -14/+13 |
* | | | VFS: fix recent breakage of FS_REVAL_DOT | Neil Brown | 2010-05-27 | 1 | -1/+1 |
* | | | Revert "anon_inode: set S_IFREG on the anon_inode" | Al Viro | 2010-05-27 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 | 29 | -2732/+5027 |
|\ \ \ |
|
| * | | | Btrfs: add more error checking to btrfs_dirty_inode | Chris Mason | 2010-05-27 | 1 | -2/+13 |
| * | | | Btrfs: allow unaligned DIO | Chris Mason | 2010-05-26 | 1 | -3/+35 |
| * | | | Btrfs: drop verbose enospc printk | Chris Mason | 2010-05-26 | 1 | -0/+2 |
| * | | | Btrfs: Fix block generation verification race | Yan, Zheng | 2010-05-26 | 1 | -1/+1 |
| * | | | Btrfs: fix preallocation and nodatacow checks in O_DIRECT | Chris Mason | 2010-05-26 | 1 | -16/+140 |
| * | | | Btrfs: avoid ENOSPC errors in btrfs_dirty_inode | Chris Mason | 2010-05-26 | 1 | -3/+11 |
| * | | | Btrfs: move O_DIRECT space reservation to btrfs_direct_IO | Chris Mason | 2010-05-26 | 2 | -6/+8 |
| * | | | Btrfs: rework O_DIRECT enospc handling | Chris Mason | 2010-05-25 | 4 | -30/+49 |
| * | | | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 2010-05-25 | 5 | -17/+52 |
| * | | | Btrfs: don't walk around with task->state != TASK_RUNNING | Chris Mason | 2010-05-25 | 2 | -3/+4 |
| * | | | Btrfs: do aio_write instead of write | Josef Bacik | 2010-05-25 | 2 | -83/+104 |
| * | | | Btrfs: add basic DIO read/write support | Josef Bacik | 2010-05-25 | 6 | -36/+631 |
| * | | | direct-io: do not merge logically non-contiguous requests | Josef Bacik | 2010-05-25 | 1 | -2/+18 |
| * | | | direct-io: add a hook for the fs to provide its own submit_bio function | Josef Bacik | 2010-05-25 | 1 | -5/+37 |
| * | | | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 2010-05-25 | 5 | -747/+1163 |
| * | | | Btrfs: Pre-allocate space for data relocation | Yan, Zheng | 2010-05-25 | 3 | -45/+92 |
| * | | | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 2010-05-25 | 5 | -128/+156 |
| * | | | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 2010-05-25 | 9 | -66/+365 |
| * | | | Btrfs: Introduce global metadata reservation | Yan, Zheng | 2010-05-25 | 8 | -76/+241 |
| * | | | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 2010-05-25 | 9 | -415/+232 |
| * | | | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 2010-05-25 | 15 | -528/+678 |