summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-07-28ceph: Mark the file cache as unreclaimableNikolay Borisov1-2/+2
2016-07-28ceph: optimize cap flush waitingYan, Zheng3-27/+73
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng3-88/+105
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng3-15/+36
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng2-1/+18
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng5-222/+175
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng5-118/+56
2016-07-28ceph: update types of some local variblesYan, Zheng1-11/+12
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng1-21/+47
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng4-17/+117
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton1-6/+14
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton1-15/+26
2016-07-28ceph: clear d_fsinfo pointer under d_lockJeff Layton1-1/+5
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton2-45/+0
2016-07-28ceph: don't use ->d_timeMiklos Szeredi4-8/+8
2016-07-28ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King1-1/+1
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng1-1/+1
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng5-48/+61
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng1-2/+5
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng4-22/+35
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng1-2/+2
2016-07-28ceph: rados pool namespace supportYan, Zheng8-77/+159
2016-07-28libceph: rados pool namespace supportYan, Zheng1-0/+3
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng7-45/+43
2016-07-28libceph: add an ONSTACK initializer for oidsIlya Dryomov1-1/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-15/+19
2016-07-27Merge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds4-3/+18
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds21-749/+1381
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds64-1425/+1955
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi6-36/+30
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-190/+198
2016-07-27Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+12
2016-07-27Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds4-45/+361
2016-07-27Merge tag 'for-linus-4.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-146/+61
2016-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds32-2099/+512
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov2-3/+14
2016-07-27mm: introduce fault_envKirill A. Shutemov1-11/+11
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko6-6/+10
2016-07-27pipe: account to kmemcgVladimir Davydov1-6/+26
2016-07-27fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster1-2/+7
2016-07-27fs/fs-writeback.c: add a new writeback list for syncDave Chinner3-25/+85
2016-07-27ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2
2016-07-27ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi1-9/+0
2016-07-27ocfs2: cleanup implemented prototypesJoseph Qi2-8/+0
2016-07-27ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2-25/+2
2016-07-27ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi1-3/+1
2016-07-27ocfs2: improve recovery performanceJunxiao Bi1-20/+21