summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-859/+1062
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-167/+296
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-2/+3
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert-2/+3
2015-02-19ceph: return error for traceless reply raceYan, Zheng-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng-3/+6
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng-3/+26
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov-0/+4
2015-02-19ceph: fix atomic_open snapdirYan, Zheng-1/+1
2015-02-19ceph: properly mark empty directory as completeYan, Zheng-14/+15
2015-02-19client: include kernel version in client metadataYan, Zheng-1/+2
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng-4/+19
2015-02-19ceph: fix request time stamp encodingYan, Zheng-2/+10
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng-15/+26
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng-9/+5
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng-44/+42
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng-18/+35
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng-27/+63
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng-6/+7
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist-14/+0
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng-0/+26
2015-02-18NFSv4.1: Clean up bind_conn_to_sessionTrond Myklebust-22/+22
2015-02-18NFSv4.1: Always set up a forward channel when binding the sessionTrond Myklebust-1/+1
2015-02-18NFSv4.1: Don't set up a backchannel if the server didn't agree to do soTrond Myklebust-2/+9
2015-02-18NFSv4.1: Clean up create_sessionTrond Myklebust-22/+42
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds-46/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds-5/+5
2015-02-18Merge branch 'cleanups'Trond Myklebust-2538/+4768
2015-02-18pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Tom Haynes-75/+45
2015-02-17configfs_add_file: fold into its sole callerAl Viro-19/+10
2015-02-17configfs: fold create_dir() into its only callerAl Viro-34/+29
2015-02-17configfs: configfs_create() init callback is never NULL and it never failsAl Viro-15/+6
2015-02-17Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+6
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-33/+232
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-19/+50
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-57/+106
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-123/+168
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-196/+257
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-202/+173
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick-4/+2
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven-40/+33
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason-6/+6