| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | xfs: return is not a function | Eric Sandeen | 2014-06-22 | 14 | -141/+140 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-08-13 | 17 | -196/+189 |
|\ \ \ |
|
| * | | | reiserfs: Fix use after free in journal teardown | Jan Kara | 2014-08-12 | 2 | -7/+21 |
| * | | | reiserfs: fix corruption introduced by balance_leaf refactor | Jeff Mahoney | 2014-08-05 | 3 | -54/+71 |
| * | | | udf: avoid redundant memcpy when writing data in ICB | Chao Yu | 2014-07-15 | 1 | -19/+1 |
| * | | | fs/udf: re-use hex_asc_upper_{hi,lo} macros | Andy Shevchenko | 2014-07-15 | 1 | -5/+4 |
| * | | | fs/quota: kernel-doc warning fixes | Fabian Frederick | 2014-07-15 | 2 | -3/+2 |
| * | | | udf: use linux/uaccess.h | Fabian Frederick | 2014-07-15 | 4 | -4/+4 |
| * | | | fs/ext2/super.c: Drop memory allocation cast | Himangi Saraogi | 2014-07-15 | 1 | -1/+1 |
| * | | | quota: remove dqptr_sem | Niu Yawei | 2014-07-15 | 3 | -67/+49 |
| * | | | quota: simplify remove_inode_dquot_ref() | Niu Yawei | 2014-07-15 | 1 | -32/+19 |
| * | | | quota: avoid unnecessary dqget()/dqput() calls | Niu Yawei | 2014-07-15 | 1 | -1/+14 |
| * | | | quota: protect Q_GETFMT by dqonoff_mutex | Niu Yawei | 2014-07-15 | 1 | -3/+3 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-08-13 | 11 | -423/+538 |
|\ \ \ \ |
|
| * | | | | libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly | Ilya Dryomov | 2014-08-09 | 1 | -1/+1 |
| * | | | | rbd: remove extra newlines from rbd_warn() messages | Ilya Dryomov | 2014-08-07 | 1 | -13/+12 |
| * | | | | rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC | Ilya Dryomov | 2014-08-07 | 1 | -1/+1 |
| * | | | | rbd: rework rbd_request_fn() | Ilya Dryomov | 2014-08-07 | 1 | -77/+119 |
| * | | | | ceph: fix kick_requests() | Yan, Zheng | 2014-08-07 | 1 | -2/+3 |
| * | | | | ceph: fix append mode write | Yan, Zheng | 2014-07-28 | 1 | -6/+5 |
| * | | | | ceph: fix sizeof(struct tYpO *) typo | Ilya Dryomov | 2014-07-28 | 1 | -1/+1 |
| * | | | | ceph: remove redundant memset(0) | Ilya Dryomov | 2014-07-28 | 1 | -1/+1 |
| * | | | | rbd: take snap_id into account when reading in parent info | Ilya Dryomov | 2014-07-25 | 1 | -1/+1 |
| * | | | | rbd: do not read in parent info before snap context | Ilya Dryomov | 2014-07-25 | 1 | -33/+27 |
| * | | | | rbd: update mapping size only on refresh | Ilya Dryomov | 2014-07-25 | 1 | -12/+7 |
| * | | | | rbd: harden rbd_dev_refresh() and callers a bit | Ilya Dryomov | 2014-07-25 | 1 | -5/+16 |
| * | | | | rbd: split rbd_dev_spec_update() into two functions | Ilya Dryomov | 2014-07-25 | 1 | -31/+48 |
| * | | | | rbd: remove unnecessary asserts in rbd_dev_image_probe() | Ilya Dryomov | 2014-07-25 | 1 | -2/+0 |
| * | | | | rbd: introduce rbd_dev_header_info() | Ilya Dryomov | 2014-07-25 | 1 | -10/+14 |
| * | | | | rbd: show the entire chain of parent images | Ilya Dryomov | 2014-07-25 | 2 | -35/+25 |
| * | | | | ceph: replace comma with a semicolon | Himangi Saraogi | 2014-07-24 | 1 | -1/+1 |
| * | | | | rbd: use rbd_segment_name_free() instead of kfree() | Himangi Saraogi | 2014-07-24 | 1 | -8/+8 |
| * | | | | ceph: check zero length in ceph_sync_read() | Yan, Zheng | 2014-07-21 | 1 | -0/+3 |
| * | | | | ceph: reset r_resend_mds after receiving -ESTALE | Yan, Zheng | 2014-07-14 | 1 | -0/+1 |
| * | | | | ceph: properly apply umask when ACL is enabled | Yan, Zheng | 2014-07-08 | 1 | -2/+12 |
| * | | | | ceph: pass proper page offset to copy_page_to_iter() | Yan, Zheng | 2014-07-08 | 1 | -2/+5 |
| * | | | | ceph: include time stamp in replayed MDS requests | Yan, Zheng | 2014-07-08 | 1 | -2/+8 |
| * | | | | rbd: do not leak image_id in rbd_dev_v2_parent_info() | Ilya Dryomov | 2014-07-08 | 1 | -0/+2 |
| * | | | | ceph: check unsupported fallocate mode | Yan, Zheng | 2014-07-08 | 1 | -0/+3 |
| * | | | | libceph: drop osd ref when canceling con work | Ilya Dryomov | 2014-07-08 | 1 | -4/+10 |
| * | | | | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov | 2014-07-08 | 2 | -12/+0 |
| * | | | | rbd: use rbd_obj_watch_request_helper() helper | Ilya Dryomov | 2014-07-08 | 1 | -98/+17 |
| * | | | | rbd: add rbd_obj_watch_request_helper() helper | Ilya Dryomov | 2014-07-08 | 1 | -0/+53 |
| * | | | | rbd: rbd_obj_request_wait() should cancel the request if interrupted | Ilya Dryomov | 2014-07-08 | 1 | -11/+28 |
| * | | | | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov | 2014-07-08 | 2 | -6/+26 |
| * | | | | libceph: fix linger request check in __unregister_request() | Ilya Dryomov | 2014-07-08 | 1 | -1/+1 |
| * | | | | libceph: unregister only registered linger requests | Ilya Dryomov | 2014-07-08 | 1 | -5/+14 |
| * | | | | libceph: assert both regular and lingering lists in __remove_osd() | Ilya Dryomov | 2014-07-08 | 1 | -0/+2 |
| * | | | | libceph: harden ceph_osdc_request_release() a bit | Ilya Dryomov | 2014-07-08 | 1 | -0/+7 |
| * | | | | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov | 2014-07-08 | 2 | -13/+24 |