summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng
2014-01-21ceph: add open export target session helperYan, Zheng
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng
2014-01-21ceph: handle session flush messageYan, Zheng
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng
2014-01-21ceph: handle -ESTALE replyYan, Zheng
2014-01-21ceph: fix trim capsYan, Zheng
2014-01-21ceph: fix cache revoke raceYan, Zheng
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng
2014-01-16ceph: trivial comment fixJ. Bruce Fields
2013-12-31libceph: all features fields must be u64Ilya Dryomov
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang
2013-12-31ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng
2013-12-13ceph: drop unconnected inodesYan, Zheng
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-12-06aio: clean up aio ring in the fail pathGu Zheng
2013-12-05Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-12-04nfs: fix do_div() warning by instead using sector_div()Helge Deller
2013-12-04NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust
2013-12-04Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir
2013-12-02vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds
2013-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro
2013-11-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-11-27Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-27remove obsolete references to powertweakDave Jones
2013-11-27Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"Greg Kroah-Hartman
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng
2013-11-23sysfs: use a separate locking class for open files depending on mmapTejun Heo