| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: create and use seq_show_option for escaping | Kees Cook | 2015-09-04 | 1 | -1/+1 |
* | ceph: always re-send cap flushes when MDS recovers | Yan, Zheng | 2015-07-31 | 2 | -18/+5 |
* | ceph: fix ceph_encode_locks_to_buffer() | Yan, Zheng | 2015-07-31 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 1 | -1/+1 |
|\ |
|
| * | make simple_positive() public | Al Viro | 2015-06-23 | 1 | -1/+1 |
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-23 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-07-02 | 12 | -894/+1689 |
|\ \
| |/
|/| |
|
| * | ceph: fix ceph_writepages_start() | Yan, Zheng | 2015-06-25 | 1 | -14/+23 |
| * | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 6 | -215/+295 |
| * | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 2015-06-25 | 5 | -14/+15 |
| * | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 8 | -16/+102 |
| * | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 2015-06-25 | 3 | -6/+61 |
| * | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 2015-06-25 | 1 | -18/+49 |
| * | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 5 | -57/+91 |
| * | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 5 | -88/+192 |
| * | ceph: fix directory fsync | Yan, Zheng | 2015-06-25 | 2 | -64/+65 |
| * | ceph: fix flushing caps | Yan, Zheng | 2015-06-25 | 1 | -24/+25 |
| * | ceph: don't include used caps in cap_wanted | Yan, Zheng | 2015-06-25 | 1 | -3/+3 |
| * | ceph: ratelimit warn messages for MDS closes session | Yan, Zheng | 2015-06-25 | 1 | -3/+7 |
| * | ceph: simplify two mount_timeout sites | Ilya Dryomov | 2015-06-25 | 2 | -18/+14 |
| * | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 | 4 | -10/+10 |
| * | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2015-06-25 | 2 | -7/+25 |
| * | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 4 | -202/+129 |
| * | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 4 | -31/+76 |
| * | ceph: don't trim auth cap when there are cap snaps | Yan, Zheng | 2015-06-25 | 1 | -1/+2 |
| * | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 2015-06-25 | 3 | -7/+57 |
| * | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 2015-06-25 | 3 | -45/+78 |
| * | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 2015-06-25 | 4 | -137/+212 |
| * | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 2015-06-25 | 3 | -14/+14 |
| * | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 | 7 | -6/+249 |
| * | libceph: allow setting osd_req_op's flags | Yan, Zheng | 2015-06-25 | 2 | -2/+3 |
* | | ceph: switch to simple_follow_link() | Al Viro | 2015-05-10 | 1 | -9/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 9 | -96/+96 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 9 | -96/+96 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-04-22 | 8 | -92/+190 |
|\ \
| |/
|/| |
|
| * | ceph: fix uninline data function | Yan, Zheng | 2015-04-22 | 1 | -13/+21 |
| * | ceph: rename snapshot support | Yan, Zheng | 2015-04-22 | 2 | -4/+10 |
| * | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 2015-04-22 | 1 | -1/+2 |
| * | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 2015-04-20 | 1 | -0/+12 |
| * | ceph: show non-default options only | Ilya Dryomov | 2015-04-20 | 1 | -5/+1 |
| * | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 2015-04-20 | 1 | -25/+15 |
| * | ceph: cleanup unsafe requests when reconnecting is denied | Yan, Zheng | 2015-04-20 | 1 | -0/+28 |
| * | ceph: don't zero i_wrbuffer_ref when reconnecting is denied | Yan, Zheng | 2015-04-20 | 1 | -7/+0 |
| * | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 2015-04-20 | 2 | -2/+8 |
| * | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 2015-04-20 | 1 | -9/+22 |
| * | ceph: kstrdup() memory handling | Sanidhya Kashyap | 2015-04-20 | 3 | -13/+44 |
| * | ceph: properly release page upon error | Taesoo Kim | 2015-04-20 | 1 | -0/+4 |
| * | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 2015-04-20 | 1 | -4/+5 |
| * | ceph: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 2015-04-20 | 1 | -1/+1 |
| * | ceph: remove redundant declaration | Fabian Frederick | 2015-04-20 | 1 | -1/+0 |