Age | Commit message (Expand) | Author | Files | Lines |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 7 | -29/+67 |
2015-09-10 | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 1 | -1/+1 |
2015-09-09 | ceph: improve readahead for file holes | Yan, Zheng | 1 | -1/+1 |
2015-09-09 | ceph: get inode size for each append write | Yan, Zheng | 1 | -0/+6 |
2015-09-08 | ceph: cleanup use of ceph_msg_get | Jianpeng Ma | 1 | -2/+1 |
2015-09-08 | ceph: no need to get parent inode in ceph_open | Jianpeng Ma | 1 | -5/+1 |
2015-09-08 | ceph: remove the useless judgement | Jianpeng Ma | 1 | -1/+1 |
2015-09-08 | ceph: remove redundant test of head->safe and silence static analysis warnings | Brad Hubbard | 1 | -1/+1 |
2015-09-08 | ceph: fix queuing inode to mdsdir's snaprealm | Yan, Zheng | 1 | -7/+0 |
2015-09-08 | ceph: invalidate dirty pages after forced umount | Yan, Zheng | 1 | -0/+2 |
2015-09-08 | ceph: EIO all operations after forced umount | Yan, Zheng | 5 | -12/+54 |
2015-09-05 | fs: create and use seq_show_option for escaping | Kees Cook | 1 | -1/+1 |
2015-07-31 | ceph: always re-send cap flushes when MDS recovers | Yan, Zheng | 2 | -18/+5 |
2015-07-31 | ceph: fix ceph_encode_locks_to_buffer() | Yan, Zheng | 1 | -1/+1 |
2015-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2015-07-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 12 | -894/+1689 |
2015-06-25 | ceph: fix ceph_writepages_start() | Yan, Zheng | 1 | -14/+23 |
2015-06-25 | ceph: rework dcache readdir | Yan, Zheng | 6 | -215/+295 |
2015-06-25 | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 5 | -14/+15 |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 8 | -16/+102 |
2015-06-25 | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 3 | -6/+61 |
2015-06-25 | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 1 | -18/+49 |
2015-06-25 | ceph: track pending caps flushing globally | Yan, Zheng | 5 | -57/+91 |
2015-06-25 | ceph: track pending caps flushing accurately | Yan, Zheng | 5 | -88/+192 |
2015-06-25 | ceph: fix directory fsync | Yan, Zheng | 2 | -64/+65 |
2015-06-25 | ceph: fix flushing caps | Yan, Zheng | 1 | -24/+25 |
2015-06-25 | ceph: don't include used caps in cap_wanted | Yan, Zheng | 1 | -3/+3 |
2015-06-25 | ceph: ratelimit warn messages for MDS closes session | Yan, Zheng | 1 | -3/+7 |
2015-06-25 | ceph: simplify two mount_timeout sites | Ilya Dryomov | 2 | -18/+14 |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 4 | -10/+10 |
2015-06-25 | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2 | -7/+25 |
2015-06-25 | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 4 | -202/+129 |
2015-06-25 | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 4 | -31/+76 |
2015-06-25 | ceph: don't trim auth cap when there are cap snaps | Yan, Zheng | 1 | -1/+2 |
2015-06-25 | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 3 | -7/+57 |
2015-06-25 | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 3 | -45/+78 |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 4 | -137/+212 |
2015-06-25 | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 3 | -14/+14 |
2015-06-25 | ceph: check OSD caps before read/write | Yan, Zheng | 7 | -6/+249 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 2 | -2/+3 |
2015-06-24 | make simple_positive() public | Al Viro | 1 | -1/+1 |
2015-06-24 | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 1 | -1/+1 |
2015-05-11 | ceph: switch to simple_follow_link() | Al Viro | 1 | -9/+2 |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -96/+96 |
2015-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 8 | -92/+190 |
2015-04-22 | ceph: fix uninline data function | Yan, Zheng | 1 | -13/+21 |
2015-04-22 | ceph: rename snapshot support | Yan, Zheng | 2 | -4/+10 |
2015-04-22 | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 1 | -1/+2 |
2015-04-20 | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 1 | -0/+12 |
2015-04-20 | ceph: show non-default options only | Ilya Dryomov | 1 | -5/+1 |