| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | f2fs: avoid unneeded sync on quota file | Chao Yu | 2017-08-15 | 1 | -2/+2 |
| * | | | f2fs: introduce gc_urgent mode for background GC | Jaegeuk Kim | 2017-08-15 | 3 | -2/+28 |
| * | | | f2fs: use IPU for cold files | Jaegeuk Kim | 2017-08-15 | 1 | -0/+4 |
| * | | | f2fs: fix the size value in __check_sit_bitmap | Yunlong Song | 2017-08-15 | 1 | -2/+5 |
| * | | | f2fs: add app/fs io stat | Chao Yu | 2017-08-10 | 10 | -31/+200 |
| * | | | f2fs: do not change the valid_block value if cur_valid_map was wrongly set or... | Yunlong Song | 2017-08-10 | 1 | -0/+4 |
| * | | | f2fs: update cur_valid_map_mir together with cur_valid_map | Yunlong Song | 2017-08-10 | 1 | -14/+30 |
| * | | | f2fs: use printk_ratelimited for f2fs_msg | Jaegeuk Kim | 2017-08-04 | 1 | -1/+1 |
| * | | | f2fs: expose features to sysfs entry | Jaegeuk Kim | 2017-08-04 | 1 | -26/+130 |
| * | | | f2fs: support inode checksum | Chao Yu | 2017-08-04 | 5 | -1/+118 |
| * | | | f2fs: return wrong error number on f2fs_quota_write | Jaegeuk Kim | 2017-08-04 | 1 | -1/+1 |
| * | | | f2fs: provide f2fs_balance_fs to __write_node_page | Yunlong Song | 2017-08-04 | 3 | -8/+13 |
| * | | | f2fs: introduce f2fs_statfs_project | Chao Yu | 2017-08-01 | 1 | -0/+48 |
| * | | | f2fs: support F2FS_IOC_FS{GET,SET}XATTR | Chao Yu | 2017-08-01 | 2 | -28/+239 |
| * | | | f2fs: don't need to wait for node writes for atomic write | Jaegeuk Kim | 2017-08-01 | 1 | -3/+13 |
| * | | | f2fs: avoid naming confusion of sysfs init | Jaegeuk Kim | 2017-08-01 | 3 | -14/+14 |
| * | | | f2fs: support project quota | Chao Yu | 2017-08-01 | 6 | -16/+105 |
| * | | | f2fs: record quota during dot{,dot} recovery | Chao Yu | 2017-08-01 | 1 | -0/+4 |
| * | | | f2fs: enhance on-disk inode structure scalability | Chao Yu | 2017-08-01 | 9 | -50/+124 |
| * | | | f2fs: make max inline size changeable | Chao Yu | 2017-08-01 | 5 | -59/+95 |
| * | | | f2fs: add ioctl to expose current features | Jaegeuk Kim | 2017-08-01 | 2 | -0/+15 |
| * | | | f2fs: make background threads of f2fs being aware of freezing | Chao Yu | 2017-08-01 | 2 | -2/+15 |
| * | | | f2fs: don't give partially written atomic data from process crash | Jaegeuk Kim | 2017-07-29 | 2 | -0/+19 |
| * | | | f2fs: give a try to do atomic write in -ENOMEM case | Jaegeuk Kim | 2017-07-29 | 1 | -2/+6 |
| * | | | f2fs: preserve i_mode if __f2fs_set_acl() fails | Ernesto A. Fernández | 2017-07-29 | 1 | -2/+3 |
| * | | | f2fs: alloc new nids for xattr block in recovery | Yunlei He | 2017-07-27 | 1 | -13/+15 |
| * | | | f2fs: spread struct f2fs_dentry_ptr for inline path | Chao Yu | 2017-07-27 | 2 | -22/+30 |
| * | | | f2fs: remove unused input parameter | Yunlei He | 2017-07-27 | 3 | -7/+5 |
* | | | | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-09-13 | 13 | -330/+408 |
|\ \ \ \ |
|
| * | | | | ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap | Yan, Zheng | 2017-09-06 | 1 | -6/+7 |
| * | | | | ceph: wait on writeback after writing snapshot data | Yan, Zheng | 2017-09-06 | 1 | -0/+24 |
| * | | | | ceph: fix capsnap dirty pages accounting | Yan, Zheng | 2017-09-06 | 1 | -2/+2 |
| * | | | | ceph: ignore wbc->range_{start,end} when write back snapshot data | Yan, Zheng | 2017-09-06 | 1 | -34/+46 |
| * | | | | ceph: fix "range cyclic" mode writepages | Yan, Zheng | 2017-09-06 | 1 | -17/+24 |
| * | | | | ceph: cleanup local variables in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -12/+9 |
| * | | | | ceph: optimize pagevec iterating in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -29/+25 |
| * | | | | ceph: make writepage_nounlock() invalidate page that beyonds EOF | Yan, Zheng | 2017-09-06 | 1 | -18/+32 |
| * | | | | ceph: properly get capsnap's size in get_oldest_context() | Yan, Zheng | 2017-09-06 | 1 | -57/+80 |
| * | | | | ceph: remove stale check in ceph_invalidatepage() | Yan, Zheng | 2017-09-06 | 1 | -8/+1 |
| * | | | | ceph: queue cap snap only when snap realm's context changes | Yan, Zheng | 2017-09-06 | 1 | -21/+16 |
| * | | | | ceph: handle race between vmtruncate and queuing cap snap | Yan, Zheng | 2017-09-06 | 1 | -1/+12 |
| * | | | | ceph: fix message order check in handle_cap_export() | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | | | | ceph: fix NULL pointer dereference in ceph_flush_snaps() | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | | | | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 2017-09-06 | 10 | -36/+36 |
| * | | | | ceph: delete an unnecessary return statement in update_dentry_lease() | Markus Elfring | 2017-09-06 | 1 | -1/+0 |
| * | | | | ceph: ENOMEM pr_err in __get_or_create_frag() is redundant | Markus Elfring | 2017-09-06 | 1 | -5/+2 |
| * | | | | ceph: check negative offsets in ceph_llseek() | Luis Henriques | 2017-09-06 | 1 | -2/+2 |
| * | | | | ceph: more accurate statfs | Douglas Fuller | 2017-09-06 | 1 | -1/+8 |
| * | | | | ceph: properly set snap follows for cap reconnect | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | | | | ceph: don't use CEPH_OSD_FLAG_ORDERSNAP | Yan, Zheng | 2017-09-06 | 1 | -3/+3 |