| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 2013-12-13 | 1 | -2/+6 |
* | ceph: initialize inode before instantiating dentry | Yan, Zheng | 2013-12-13 | 1 | -78/+58 |
* | Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-26 | 8 | -41/+121 |
|\ |
|
| * | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 2013-11-23 | 1 | -1/+1 |
| * | ceph: wake up 'safe' waiters when unregistering request | Yan, Zheng | 2013-11-23 | 1 | -1/+2 |
| * | ceph: cleanup aborted requests when re-sending requests. | Yan, Zheng | 2013-11-23 | 1 | -1/+4 |
| * | ceph: handle race between cap reconnect and cap release | Yan, Zheng | 2013-11-23 | 3 | -4/+26 |
| * | ceph: set caps count after composing cap reconnect message | Yan, Zheng | 2013-11-23 | 1 | -5/+18 |
| * | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 2013-11-23 | 3 | -21/+14 |
| * | ceph: handle frag mismatch between readdir request and reply | Yan, Zheng | 2013-09-30 | 3 | -5/+25 |
| * | ceph: remove outdated frag information | Yan, Zheng | 2013-09-30 | 1 | -4/+29 |
| * | ceph: hung on ceph fscache invalidate in some cases | Milosz Tanski | 2013-09-25 | 1 | -0/+3 |
* | | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 2013-09-27 | 1 | -2/+2 |
|/ |
|
* | 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 |
* | 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 |
* | ceph: fix fallocate division | Sage Weil | 2013-08-27 | 1 | -6/+10 |
* | ceph: punch hole support | Li Wang | 2013-08-15 | 1 | -0/+196 |
* | 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 | 6 | -76/+65 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-07-09 | 10 | -124/+149 |
| |\ |
|
| * | | helper for reading ->d_count | Al Viro | 2013-07-05 | 2 | -3/+3 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-03 | 3 | -15/+6 |
| |\ \ |
|
| | * | | vfs: export lseek_execute() to modules | Jie Liu | 2013-07-03 | 1 | -10/+1 |
| | * | | locks: protect most of the file_lock handling with i_lock | Jeff Layton | 2013-06-29 | 2 | -5/+5 |
| * | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 1 | -7/+8 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | ceph: use ->invalidatepage() length argument | Lukas Czerner | 2013-05-21 | 1 | -6/+6 |
| | * | | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -2/+3 |
| * | | | [readdir] convert ceph | Al Viro | 2013-06-29 | 1 | -51/+48 |
* | | | | 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 |
* | | | | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 2013-08-09 | 3 | -0/+41 |
* | | | | 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 |