| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-09-09 | 27 | -189/+1396 |
|\ |
|
| * | ceph: use d_invalidate() to invalidate aliases | Yan, Zheng | 2013-09-06 | 1 | -4/+4 |
| * | ceph: remove ceph_lookup_inode() | Yan, Zheng | 2013-09-06 | 3 | -11/+1 |
| * | ceph: trivial buildbot warnings fix | Milosz Tanski | 2013-09-06 | 2 | -4/+4 |
| * | ceph: Do not do invalidate if the filesystem is mounted nofsc | Milosz Tanski | 2013-09-06 | 1 | -0/+4 |
| * | ceph: page still marked private_2 | Milosz Tanski | 2013-09-06 | 2 | -1/+14 |
| * | ceph: ceph_readpage_to_fscache didn't check if marked | Milosz Tanski | 2013-09-06 | 1 | -0/+3 |
| * | ceph: clean PgPrivate2 on returning from readpages | Milosz Tanski | 2013-09-06 | 2 | -0/+9 |
| * | ceph: use fscache as a local presisent cache | Milosz Tanski | 2013-09-06 | 10 | -13/+666 |
| * | Merge tag 'fscache-fixes-for-ceph' into wip-fscache | Milosz Tanski | 2013-09-06 | 362 | -1514/+3282 |
| |\ |
|
| | * | fscache: Netfs function for cleanup post readpages | Milosz Tanski | 2013-09-06 | 3 | -1/+55 |
| | * | FS-Cache: Fix heading in documentation | David Howells | 2013-09-06 | 1 | -1/+1 |
| | * | CacheFiles: Implement interface to check cache consistency | David Howells | 2013-09-06 | 3 | -0/+63 |
| | * | FS-Cache: Add interface to check consistency of a cached object | David Howells | 2013-09-06 | 7 | -28/+154 |
| * | | rbd: fix null dereference in dout | Josh Durgin | 2013-09-03 | 1 | -3/+5 |
| * | | rbd: fix buffer size for writes to images with snapshots | Josh Durgin | 2013-09-03 | 1 | -5/+5 |
| * | | libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc | Sage Weil | 2013-09-03 | 1 | -1/+1 |
| * | | rbd: fix I/O error propagation for reads | Josh Durgin | 2013-09-03 | 1 | -7/+7 |
| * | | ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside... | Sha Zhengju | 2013-08-27 | 1 | -29/+14 |
| * | | ceph: allow sync_read/write return partial successed size of read/write. | majianpeng | 2013-08-27 | 1 | -1/+3 |
| * | | ceph: fix bugs about handling short-read for sync read mode. | majianpeng | 2013-08-27 | 1 | -23/+16 |
| * | | ceph: remove useless variable revoked_rdcache | Li Wang | 2013-08-27 | 1 | -4/+1 |
| * | | libceph: create_singlethread_workqueue() doesn't return ERR_PTRs | Dan Carpenter | 2013-08-27 | 1 | -4/+2 |
| * | | libceph: potential NULL dereference in ceph_osdc_handle_map() | Dan Carpenter | 2013-08-27 | 1 | -0/+2 |
| * | | libceph: fix error handling in handle_reply() | Dan Carpenter | 2013-08-27 | 1 | -3/+3 |
| * | | ceph: fix fallocate division | Sage Weil | 2013-08-27 | 1 | -6/+10 |
| * | | ceph: punch hole support | Li Wang | 2013-08-15 | 2 | -2/+205 |
| * | | ceph: fix request max size | Yan, Zheng | 2013-08-15 | 1 | -7/+11 |
| * | | ceph: introduce i_truncate_mutex | Yan, Zheng | 2013-08-15 | 4 | -22/+30 |
| * | | ceph: cleanup the logic in ceph_invalidatepage | Milosz Tanski | 2013-08-15 | 1 | -14/+15 |
| * | | Merge remote-tracking branch 'linus/master' into testing | Sage Weil | 2013-08-15 | 9549 | -303118/+749347 |
| |\ \ |
|
| * | | | ceph: Remove bogus check in invalidatepage | Milosz Tanski | 2013-08-09 | 1 | -4/+0 |
| * | | | ceph: replace hold_mutex flag with goto | Sage Weil | 2013-08-09 | 1 | -7/+4 |
| * | | | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand | majianpeng | 2013-08-09 | 1 | -7/+9 |
| * | | | block: rbd: use NULL instead of 0 | Jingoo Han | 2013-08-09 | 1 | -2/+2 |
| * | | | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 2013-08-09 | 3 | -0/+41 |
| * | | | ceph: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
| * | | | ceph: Add check returned value on func ceph_calc_ceph_pg. | majianpeng | 2013-08-09 | 1 | -2/+6 |
| * | | | ceph: Don't use ceph-sync-mode for synchronous-fs. | majianpeng | 2013-08-09 | 1 | -2/+0 |
| * | | | ceph: cleanup types in striped_read() | Dan Carpenter | 2013-08-09 | 1 | -4/+4 |
| * | | | ceph: trim deleted inode | Yan, Zheng | 2013-08-09 | 1 | -1/+40 |
| * | | | ceph: wake up writer if vmtruncate work get blocked | Yan, Zheng | 2013-08-09 | 1 | -1/+8 |
| * | | | ceph: drop CAP_LINK_SHARED when sending "link" request to MDS | Yan, Zheng | 2013-08-09 | 1 | -0/+2 |
| * | | | ceph: fix null pointer dereference | Nathaniel Yazdani | 2013-08-09 | 1 | -0/+3 |
| * | | | libceph: unregister request in __map_request failed and nofail == false | majianpeng | 2013-08-09 | 1 | -0/+2 |
| * | | | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error. | majianpeng | 2013-08-09 | 1 | -1/+3 |
* | | | | Merge tag 'metag-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-09-09 | 7 | -0/+680 |
|\ \ \ \ |
|
| * | | | | irq-imgpdc: add ImgTec PDC irqchip driver | James Hogan | 2013-08-21 | 4 | -0/+610 |
| * | | | | MAINTAINERS: add linux-metag mailing list | James Hogan | 2013-08-21 | 1 | -0/+1 |
| * | | | | metag: tz1090: instantiate gpio-tz1090-pdc | James Hogan | 2013-07-22 | 1 | -0/+14 |