summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-20coredump: Fix typo in commentBastien Nocera1-1/+1
2015-02-20fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee1-3/+3
2015-02-20configfs: Fix potential NULL d_inode dereferenceDavid Howells1-1/+1
2015-02-20don't bother with most of the bad_file_ops methodsAl Viro1-147/+0
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds33-859/+1062
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-167/+296
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-2/+3
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-02-19ceph: return error for traceless reply raceYan, Zheng1-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng2-3/+6
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng1-3/+26
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov1-0/+4
2015-02-19ceph: fix atomic_open snapdirYan, Zheng1-1/+1
2015-02-19ceph: properly mark empty directory as completeYan, Zheng1-14/+15
2015-02-19client: include kernel version in client metadataYan, Zheng1-1/+2
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng3-4/+19
2015-02-19ceph: fix request time stamp encodingYan, Zheng1-2/+10
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2-15/+26
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2-9/+5
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng1-44/+42
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2-18/+35
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng4-27/+63
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng1-6/+7
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist1-14/+0
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng3-0/+26
2015-02-19NFSv4.1: Clean up bind_conn_to_sessionTrond Myklebust2-22/+22
2015-02-18NFSv4.1: Always set up a forward channel when binding the sessionTrond Myklebust1-1/+1
2015-02-18NFSv4.1: Don't set up a backchannel if the server didn't agree to do soTrond Myklebust3-2/+9
2015-02-18NFSv4.1: Clean up create_sessionTrond Myklebust3-22/+42
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds3-46/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2-5/+5
2015-02-18Merge branch 'cleanups'Trond Myklebust214-2538/+4768
2015-02-18pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Tom Haynes4-75/+45
2015-02-18configfs_add_file: fold into its sole callerAl Viro2-19/+10
2015-02-18configfs: fold create_dir() into its only callerAl Viro1-34/+29
2015-02-18configfs: configfs_create() init callback is never NULL and it never failsAl Viro3-15/+6
2015-02-18Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+6
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds9-33/+232
2015-02-18Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-19/+50
2015-02-18Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-57/+106
2015-02-18Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-123/+168
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-196/+257
2015-02-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-202/+173
2015-02-18fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-18fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-18fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-18fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-18fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-18fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-18fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1