summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * xfs: return is not a functionEric Sandeen2014-06-2214-141/+140
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-1317-196/+189
|\ \ \
| * | | reiserfs: Fix use after free in journal teardownJan Kara2014-08-122-7/+21
| * | | reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney2014-08-053-54/+71
| * | | udf: avoid redundant memcpy when writing data in ICBChao Yu2014-07-151-19/+1
| * | | fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko2014-07-151-5/+4
| * | | fs/quota: kernel-doc warning fixesFabian Frederick2014-07-152-3/+2
| * | | udf: use linux/uaccess.hFabian Frederick2014-07-154-4/+4
| * | | fs/ext2/super.c: Drop memory allocation castHimangi Saraogi2014-07-151-1/+1
| * | | quota: remove dqptr_semNiu Yawei2014-07-153-67/+49
| * | | quota: simplify remove_inode_dquot_ref()Niu Yawei2014-07-151-32/+19
| * | | quota: avoid unnecessary dqget()/dqput() callsNiu Yawei2014-07-151-1/+14
| * | | quota: protect Q_GETFMT by dqonoff_mutexNiu Yawei2014-07-151-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-1311-423/+538
|\ \ \ \
| * | | | libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-08-091-1/+1
| * | | | rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-071-13/+12
| * | | | rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-071-1/+1
| * | | | rbd: rework rbd_request_fn()Ilya Dryomov2014-08-071-77/+119
| * | | | ceph: fix kick_requests()Yan, Zheng2014-08-071-2/+3
| * | | | ceph: fix append mode writeYan, Zheng2014-07-281-6/+5
| * | | | ceph: fix sizeof(struct tYpO *) typoIlya Dryomov2014-07-281-1/+1
| * | | | ceph: remove redundant memset(0)Ilya Dryomov2014-07-281-1/+1
| * | | | rbd: take snap_id into account when reading in parent infoIlya Dryomov2014-07-251-1/+1
| * | | | rbd: do not read in parent info before snap contextIlya Dryomov2014-07-251-33/+27
| * | | | rbd: update mapping size only on refreshIlya Dryomov2014-07-251-12/+7
| * | | | rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov2014-07-251-5/+16
| * | | | rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov2014-07-251-31/+48
| * | | | rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov2014-07-251-2/+0
| * | | | rbd: introduce rbd_dev_header_info()Ilya Dryomov2014-07-251-10/+14
| * | | | rbd: show the entire chain of parent imagesIlya Dryomov2014-07-252-35/+25
| * | | | ceph: replace comma with a semicolonHimangi Saraogi2014-07-241-1/+1
| * | | | rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi2014-07-241-8/+8
| * | | | ceph: check zero length in ceph_sync_read()Yan, Zheng2014-07-211-0/+3
| * | | | ceph: reset r_resend_mds after receiving -ESTALEYan, Zheng2014-07-141-0/+1
| * | | | ceph: properly apply umask when ACL is enabledYan, Zheng2014-07-081-2/+12
| * | | | ceph: pass proper page offset to copy_page_to_iter()Yan, Zheng2014-07-081-2/+5
| * | | | ceph: include time stamp in replayed MDS requestsYan, Zheng2014-07-081-2/+8
| * | | | rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov2014-07-081-0/+2
| * | | | ceph: check unsupported fallocate modeYan, Zheng2014-07-081-0/+3
| * | | | libceph: drop osd ref when canceling con workIlya Dryomov2014-07-081-4/+10
| * | | | libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-082-12/+0
| * | | | rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-98/+17
| * | | | rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-0/+53
| * | | | rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov2014-07-081-11/+28
| * | | | libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-082-6/+26
| * | | | libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
| * | | | libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
| * | | | libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
| * | | | libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
| * | | | libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-082-13/+24