| Commit message (Expand) | Author | Files | Lines |
2014-06-07 | ceph: use truncate_pagecache() instead of truncate_inode_pages() | Yan, Zheng | 1 | -2/+2 |
2014-06-06 | ceph: include time stamp in every MDS request | Sage Weil | 2 | -1/+9 |
2014-06-06 | rbd: fix ida/idr memory leak | Ilya Dryomov | 1 | -0/+1 |
2014-06-06 | rbd: use reference counts for image requests | Alex Elder | 1 | -0/+9 |
2014-06-06 | rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync() | Ilya Dryomov | 1 | -38/+85 |
2014-06-06 | rbd: make sure we have latest osdmap on 'rbd map' | Ilya Dryomov | 1 | -3/+33 |
2014-06-06 | libceph: add ceph_monc_wait_osdmap() | Ilya Dryomov | 2 | -0/+29 |
2014-06-06 | libceph: mon_get_version request infrastructure | Ilya Dryomov | 4 | -8/+128 |
2014-06-06 | libceph: recognize poolop requests in debugfs | Ilya Dryomov | 1 | -2/+4 |
2014-06-06 | ceph: refactor readpage_nounlock() to make the logic clearer | Zhang Zhen | 1 | -10/+7 |
2014-06-06 | mds: check cap ID when handling cap export message | Yan, Zheng | 1 | -1/+1 |
2014-06-06 | ceph: remember subtree root dirfrag's auth MDS | Yan, Zheng | 1 | -1/+7 |
2014-06-06 | ceph: introduce ceph_fill_fragtree() | Yan, Zheng | 1 | -45/+84 |
2014-06-06 | ceph: handle cap import atomically | Yan, Zheng | 1 | -45/+54 |
2014-06-06 | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 3 | -79/+85 |
2014-06-06 | ceph: update inode fields according to issued caps | Yan, Zheng | 3 | -57/+73 |
2014-06-06 | rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -1/+1 |
2014-06-06 | ceph: queue vmtruncate if necessary when handing cap grant/revoke | Yan, Zheng | 1 | -10/+16 |
2014-06-06 | ceph: remove useless ACL check | Zhang Zhen | 1 | -6/+0 |
2014-06-06 | ceph: ceph_get_parent() can be static | Fengguang Wu | 1 | -1/+1 |
2014-05-21 | Linux 3.15-rc6v3.15-rc6 | Linus Torvalds | 1 | -1/+1 |
2014-05-20 | Btrfs: send, fix incorrect ref access when using extrefs | Filipe Manana | 1 | -1/+1 |
2014-05-20 | Btrfs: fix EIO on reading file after ioctl clone works on it | Liu Bo | 1 | -1/+5 |
2014-05-20 | scripts/checksyscalls.sh: Make renameat optional | James Hogan | 1 | -1/+4 |
2014-05-20 | asm-generic: Add renameat2 syscall | James Hogan | 1 | -1/+3 |
2014-05-20 | ia64: add renameat2 syscall | Miklos Szeredi | 3 | -1/+3 |
2014-05-20 | parisc: add renameat2 syscall | Miklos Szeredi | 2 | -1/+3 |
2014-05-20 | m68k: add renameat2 syscall | Miklos Szeredi | 3 | -1/+3 |
2014-05-20 | sysfs: make sure read buffer is zeroed | Tejun Heo | 1 | -1/+2 |
2014-05-19 | ahci: imx: PLL clock needs 100us to settle down | Shawn Guo | 1 | -0/+2 |
2014-05-19 | PCI: Wrong register used to check pending traffic | Gavin Shan | 1 | -2/+3 |
2014-05-18 | target: fix memory leak on XCOPY | Mikulas Patocka | 1 | -1/+1 |
2014-05-17 | random: fix BUG_ON caused by accounting simplification | Theodore Ts'o | 1 | -2/+5 |
2014-05-17 | clk: tegra: Fix wrong value written to PLLE_AUX | Tuomas Tynkkynen | 1 | -1/+1 |
2014-05-17 | staging: rtl8723au: Do not reset wdev->iftype in netdev_close() | Jes Sorensen | 1 | -2/+0 |
2014-05-16 | ACPI / video: Revert native brightness quirk for ThinkPad T530 | Hans de Goede | 1 | -8/+0 |
2014-05-16 | staging: rtl8723au: Use correct pipe type for USB interrupts | Jes Sorensen | 1 | -1/+1 |
2014-05-16 | crush: decode and initialize chooseleaf_vary_r | Ilya Dryomov | 1 | -0/+5 |
2014-05-16 | libceph: fix corruption when using page_count 0 page in rbd | Chunwei Chen | 1 | -1/+19 |
2014-05-16 | arm64: fix pud_huge() for 2-level pagetables | Mark Salter | 1 | -0/+4 |
2014-05-16 | mips: dts: Fix missing device_type="memory" property in memory nodes | Leif Lindholm | 5 | -0/+5 |
2014-05-16 | arm: dts: Fix missing device_type="memory" for ste-ccu8540 | Leif Lindholm | 1 | -0/+1 |
2014-05-16 | target: Don't allow setting WC emulation if device doesn't support | Andy Grover | 1 | -4/+4 |
2014-05-16 | iscsi-target: Disable Immediate + Unsolicited Data with ISER Protection | Nicholas Bellinger | 1 | -1/+26 |
2014-05-16 | tcm_fc: Fix free-after-use regression in ft_free_cmd | Nicholas Bellinger | 1 | -4/+4 |
2014-05-16 | iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_out | Nicholas Bellinger | 1 | -1/+3 |
2014-05-16 | Target/iscsi,iser: Avoid accepting transport connections during stop stage | Sagi Grimberg | 4 | -1/+13 |
2014-05-16 | Target/iser: Fix iscsit_accept_np and rdma_cm racy flow | Sagi Grimberg | 2 | -20/+7 |
2014-05-16 | Target/iser: Fix wrong connection requests list addition | Sagi Grimberg | 1 | -1/+1 |
2014-05-16 | target: Allow non-supporting backends to set pi_prot_type to 0 | Andy Grover | 1 | -0/+4 |