| Commit message (Expand) | Author | Age |
* | Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-03-19 |
|\ |
|
| * | xfs: ensure we capture IO errors correctly | Dave Chinner | 2013-03-18 |
| * | xfs: fix xfs_iomap_eof_prealloc_initial_size type | Mark Tinguely | 2013-03-18 |
| * | xfs: fix potential infinite loop in xfs_iomap_prealloc_size() | Brian Foster | 2013-03-18 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-17 |
|\ \ |
|
| * | | Btrfs: fix warning of free_extent_map | Liu Bo | 2013-03-15 |
| * | | Btrfs: fix warning when creating snapshots | Liu Bo | 2013-03-14 |
| * | | Btrfs: return as soon as possible when edquot happens | Wang Shilong | 2013-03-14 |
| * | | Btrfs: return EIO if we have extent tree corruption | Josef Bacik | 2013-03-14 |
| * | | btrfs: use rcu_barrier() to wait for bdev puts at unmount | Eric Sandeen | 2013-03-14 |
| * | | Btrfs: remove btrfs_try_spin_lock | Liu Bo | 2013-03-14 |
| * | | Btrfs: get better concurrency for snapshot-aware defrag work | Liu Bo | 2013-03-14 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2013-03-14 |
|\ \ \ |
|
| * | | | ext2: Fix BUG_ON in evict() on inode deletion | Jan Kara | 2013-03-13 |
| * | | | reiserfs: Use kstrdup instead of kmalloc/strcpy | Ionut-Gabriel Radu | 2013-03-11 |
| * | | | ext3: Fix format string issues | Lars-Peter Clausen | 2013-03-11 |
| * | | | quota: add missing use of dq_data_lock in __dquot_initialize | Jeff Mahoney | 2013-03-11 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-03-13 |
|\ \ \ \ |
|
| * | | | | fs: Readd the fs module aliases. | Eric W. Biederman | 2013-03-12 |
| * | | | | fs: Limit sys_mount to only request filesystem modules. (Part 3) | Eric W. Biederman | 2013-03-11 |
| |/ / / |
|
* | | | | nfsd: convert to idr_alloc() | Tejun Heo | 2013-03-13 |
* | | | | nfsd: remove unused get_new_stid() | Tejun Heo | 2013-03-13 |
* | | | | Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit... | Mathieu Desnoyers | 2013-03-12 |
* | | | | vfs: fix pipe counter breakage | Al Viro | 2013-03-12 |
* | | | | hostfs: fix a not needed double check | Marco Stornelli | 2013-03-11 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-03-09 |
|\ \ \ |
|
| * | | | proc: Use nd_jump_link in proc_ns_follow_link | Eric W. Biederman | 2013-03-09 |
| * | | | fs: Limit sys_mount to only request filesystem modules (Part 2). | Eric W. Biederman | 2013-03-07 |
| * | | | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-08 |
|\ \ \
| | |/
| |/| |
|
| * | | Btrfs: improve the delayed inode throttling | Chris Mason | 2013-03-07 |
| * | | Btrfs: fix a mismerge in btrfs_balance() | Ilya Dryomov | 2013-03-06 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/... | Chris Mason | 2013-03-06 |
| |\ \ |
|
| | * | | Btrfs: allow running defrag in parallel to administrative tasks | Stefan Behrens | 2013-03-04 |
| | * | | Btrfs: avoid deadlock on transaction waiting list | Liu Bo | 2013-03-04 |
| | * | | Btrfs: do not BUG_ON on aborted situation | Liu Bo | 2013-03-04 |
| | * | | Btrfs: do not BUG_ON in prepare_to_reloc | Liu Bo | 2013-03-04 |
| | * | | Btrfs: free all recorded tree blocks on error | Liu Bo | 2013-03-04 |
| | * | | Btrfs: build up error handling for merge_reloc_roots | Liu Bo | 2013-03-04 |
| | * | | Btrfs: check for NULL pointer in updating reloc roots | Liu Bo | 2013-03-04 |
| | * | | Btrfs: fix unclosed transaction handler when the async transaction commitment... | Miao Xie | 2013-03-04 |
| | * | | Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails | Miao Xie | 2013-03-04 |
| | * | | Btrfs: use set_nlink if our i_nlink is 0 | Josef Bacik | 2013-03-04 |
| * | | | Btrfs: enforce min_bytes parameter during extent allocation | Chris Mason | 2013-03-05 |
| |/ / |
|
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2013-03-08 |
|\ \ \ |
|
| * | | | CIFS: Fix missing of oplock_read value in smb30_values structure | Pavel Shilovsky | 2013-03-06 |
| * | | | cifs: don't try to unlock pagecache page after releasing it | Jeff Layton | 2013-03-06 |
| * | | | cifs: remove the sockopt= mount option | Jeff Layton | 2013-03-06 |
| * | | | cifs: Check server capability before attempting silly rename | Sachin Prabhu | 2013-03-06 |
| * | | | cifs: Fix bug when checking error condition in cifs_rename_pending_delete() | Sachin Prabhu | 2013-03-06 |
| | |/
| |/| |
|