Age | Commit message (Expand) | Author | Files | Lines |
2014-01-21 | ceph: add open export target session helper | Yan, Zheng | 2 | -15/+38 |
2014-01-21 | ceph: remove exported caps when handling cap import message | Yan, Zheng | 1 | -27/+52 |
2014-01-21 | ceph: handle session flush message | Yan, Zheng | 2 | -0/+21 |
2014-01-21 | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 3 | -3/+21 |
2014-01-21 | ceph: handle -ESTALE reply | Yan, Zheng | 1 | -20/+11 |
2014-01-21 | ceph: fix trim caps | Yan, Zheng | 1 | -6/+11 |
2014-01-21 | ceph: fix cache revoke race | Yan, Zheng | 3 | -4/+8 |
2014-01-21 | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 1 | -1/+1 |
2014-01-21 | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 1 | -8/+8 |
2014-01-16 | ceph: trivial comment fix | J. Bruce Fields | 1 | -3/+3 |
2013-12-31 | libceph: all features fields must be u64 | Ilya Dryomov | 2 | -9/+9 |
2013-12-31 | ceph fscache: Uncaching no data page from fscache in readpage() | Li Wang | 1 | -0/+1 |
2013-12-31 | ceph fscache: Introduce a routine for uncaching single no data page from fscache | Li Wang | 1 | -0/+13 |
2013-12-31 | ceph: add acl for cephfs | Guangliang Zhao | 9 | -13/+451 |
2013-12-31 | ceph: check caps in filemap_fault and page_mkwrite | Yan, Zheng | 1 | -12/+77 |
2013-12-13 | fs: ceph: new helper: file_inode(file) | Libo Chen | 1 | -1/+1 |
2013-12-13 | ceph: Clean up if error occurred in finish_read() | Li Wang | 1 | -0/+3 |
2013-12-13 | ceph: implement readv/preadv for sync operation | majianpeng | 1 | -46/+116 |
2013-12-13 | ceph: Implement writev/pwritev for sync operation. | majianpeng | 1 | -80/+193 |
2013-12-13 | ceph: drop unconnected inodes | Yan, Zheng | 3 | -0/+12 |
2013-12-13 | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 1 | -2/+6 |
2013-12-13 | ceph: initialize inode before instantiating dentry | Yan, Zheng | 1 | -78/+58 |
2013-12-06 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -2/+6 |
2013-12-06 | aio: clean up aio ring in the fail path | Gu Zheng | 1 | -2/+6 |
2013-12-05 | Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -2/+1 |
2013-12-05 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -87/+22 |
2013-12-05 | Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -9/+51 |
2013-12-04 | nfs: fix do_div() warning by instead using sector_div() | Helge Deller | 1 | -1/+1 |
2013-12-04 | NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery | Trond Myklebust | 1 | -1/+8 |
2013-12-04 | Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+4 |
2013-12-03 | epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled | Amit Pundir | 1 | -2/+1 |
2013-12-02 | vfs: fix subtle use-after-free of pipe_inode_info | Linus Torvalds | 1 | -20/+19 |
2013-11-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2013-11-29 | fix bogus path_put() of nd->root after some unlazy_walk() failures | Al Viro | 1 | -2/+1 |
2013-11-28 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -24/+189 |
2013-11-27 | Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+20 |
2013-11-27 | remove obsolete references to powertweak | Dave Jones | 1 | -1/+1 |
2013-11-27 | Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()" | Greg Kroah-Hartman | 1 | -9/+0 |
2013-11-26 | Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -41/+121 |
2013-11-25 | [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload | Steve French | 1 | -2/+4 |
2013-11-24 | block: submit_bio_wait() conversions | Kent Overstreet | 6 | -87/+22 |
2013-11-24 | Squashfs: fix failure to unlock pages on decompress error | Phillip Lougher | 1 | -1/+4 |
2013-11-23 | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 1 | -1/+1 |
2013-11-23 | ceph: wake up 'safe' waiters when unregistering request | Yan, Zheng | 1 | -1/+2 |
2013-11-23 | ceph: cleanup aborted requests when re-sending requests. | Yan, Zheng | 1 | -1/+4 |
2013-11-23 | ceph: handle race between cap reconnect and cap release | Yan, Zheng | 3 | -4/+26 |
2013-11-23 | ceph: set caps count after composing cap reconnect message | Yan, Zheng | 1 | -5/+18 |
2013-11-23 | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 3 | -21/+14 |
2013-11-23 | sysfs: use a separate locking class for open files depending on mmap | Tejun Heo | 1 | -2/+20 |
2013-11-23 | sysfs: handle duplicate removal attempts in sysfs_remove_group() | Mika Westerberg | 1 | -0/+9 |