Age | Commit message (Expand) | Author | Files | Lines |
2017-12-20 | ceph: drop negative child dentries before try pruning inode's alias | Yan, Zheng | 1 | -4/+38 |
2017-11-02 | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton | 1 | -1/+4 |
2017-10-21 | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 1 | -2/+7 |
2017-09-07 | ceph: fix readpage from fscache | Yan, Zheng | 2 | -18/+18 |
2017-07-28 | ceph: fix race in concurrent readdir | Yan, Zheng | 1 | -0/+5 |
2017-06-14 | fs: add i_blocksize() | Fabian Frederick | 1 | -1/+1 |
2017-05-25 | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() | Yan, Zheng | 3 | -13/+19 |
2017-05-20 | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques | 1 | -0/+3 |
2017-03-15 | ceph: remove req from unsafe list when unregistering it | Jeff Layton | 1 | -2/+3 |
2017-01-26 | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 1 | -4/+5 |
2016-10-31 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -4/+2 |
2016-10-28 | ceph: fix error handling in ceph_read_iter | Nikolay Borisov | 1 | -1/+2 |
2016-10-07 | ceph: fix race during filling readdir cache | Yan, Zheng | 1 | -2/+7 |
2015-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 7 | -66/+161 |
2015-11-07 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -3/+4 |
2015-11-03 | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 1 | -6/+8 |
2015-11-03 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 5 | -37/+53 |
2015-11-03 | ceph: add request to i_unsafe_dirops when getting unsafe reply | Yan, Zheng | 1 | -7/+11 |
2015-11-03 | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 2 | -4/+10 |
2015-11-03 | ceph: combine as many iovec as possile into one OSD request | Zhu, Caifeng | 1 | -10/+77 |
2015-11-03 | ceph: fix message length computation | Arnd Bergmann | 1 | -1/+1 |
2015-11-03 | ceph: fix a comment typo | Geliang Tang | 1 | -1/+1 |
2015-10-22 | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 1 | -2/+2 |
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 |