summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-25/+191
2015-02-12Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-1187/+4537
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+8
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds37-115/+92
2015-02-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-17/+8
2015-02-11Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-880/+807
2015-02-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-212/+256
2015-02-11Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds12-389/+474
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov1-1/+0
2015-02-11proc: drop handling non-linear mappingsKirill A. Shutemov1-16/+0
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov13-14/+0
2015-02-11fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov1-0/+5
2015-02-11o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda1-1/+5
2015-02-11ocfs2: prune the dcache before deleting the dentry of directoryalex chen1-0/+3
2015-02-11ocfs2: make resv_lock spinlock staticFabian Frederick1-1/+1
2015-02-11ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn1-1/+0
2015-02-11ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()Daeseok Youn1-6/+3
2015-02-11ocfs2: remove unreachable codeDaeseok Youn1-1/+0
2015-02-11ocfs2: o2net: silence uninitialized variable warningDan Carpenter1-1/+2
2015-02-11ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()Jan Kara1-2/+0
2015-02-11ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2-0/+19
2015-02-11ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extentsalex chen1-9/+9
2015-02-11ocfs2: dlm: dlmdomain: remove unused functionRickard Strandqvist2-15/+0
2015-02-11ocfs2: quota_local: remove unused functionRickard Strandqvist1-6/+0
2015-02-11ocfs2: xattr: remove unused functionRickard Strandqvist1-10/+0
2015-02-11ocfs2: fix snprintf format specifier in dlmdebug.calex chen1-2/+2
2015-02-11ocfs2: fix wrong commentJunxiao Bi1-6/+6
2015-02-11ocfs2: fix uninitialized variable accessJunxiao Bi1-1/+1
2015-02-11ocfs2: remove unnecessary else in ocfs2_set_acl()Fabian Frederick1-8/+6
2015-02-11ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei1-0/+7
2015-02-11fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2-9/+18
2015-02-11fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo1-3/+4
2015-02-11fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo1-2/+1
2015-02-10pnfs: delete an unintended gotoDan Carpenter1-1/+0
2015-02-10GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble1-1/+1
2015-02-10pnfs/flexfiles: Do not dprintk after the freeTom Haynes1-1/+1
2015-02-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+3
2015-02-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+3
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner4-4/+11
2015-02-10xfs: only trace buffer items if they existDave Chinner1-2/+3
2015-02-09Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-0/+7
2015-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2015-02-06NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust1-34/+19
2015-02-06NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust1-1/+1
2015-02-06NFSv4.1: Pin the inode and super block in asynchronous layoutreturnsTrond Myklebust1-8/+11
2015-02-06NFSv4.1: Pin the inode and super block in asynchronous layoutcommitTrond Myklebust1-8/+11
2015-02-06NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust3-9/+36
2015-02-06xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen1-0/+5
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-201/+294
2015-02-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44