aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi3-5/+15
2015-11-05ocfs2: improve performance for localallocJoseph Qi1-1/+4
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen1-0/+1
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu1-0/+1
2015-11-05logfs: fix build warningSudip Mukherjee1-2/+2
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen1-1/+13
2015-11-05inotify: hide internal kernel bits from fdinfoDave Hansen1-1/+8
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds11-33/+76
2015-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+2
2015-11-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-26/+99
2015-11-05Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds18-541/+791
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-1/+1
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds11-91/+86
2015-11-05Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana1-1/+0
2015-11-05Btrfs: fix race waiting for qgroup rescan workerFilipe Manana1-2/+1
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard2-3/+9
2015-11-05Btrfs: fix extent accounting for partial direct IO writesFilipe Manana1-15/+37
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-75/+112
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+21
2015-11-04tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann1-1/+5
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2015-11-04GFS2: Protect freeing directory hash table with i_lock spin_lockBob Peterson1-1/+6
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2015-11-03nfs: Fix GETATTR bitmap verificationAndreas Gruenbacher1-0/+23
2015-11-03nfs: Remove unused xdr page offsets in getacl/setacl argumentsAndreas Gruenbacher2-5/+4
2015-11-03fs/nfs: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-11-03dlm: make posix locks interruptibleEric Ren1-1/+1
2015-11-03Add resilienthandles mount parmSteve French4-1/+53
2015-11-03Btrfs: fix hole punching when using the no-holes featureFilipe Manana1-0/+13
2015-11-03Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan1-1/+6
2015-11-03btrfs: Fix a data space underflow warningQu Wenruo1-3/+8
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French4-3/+168
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French1-0/+2
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French3-3/+34
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French2-1/+22
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner12-65/+230
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner14-16/+101
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner5-5/+29
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong3-0/+12
2015-11-03xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher3-15/+36
2015-11-03xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher1-1/+4
2015-11-03xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2-7/+14
2015-11-03xfs: invalidate cached acl if set directly via xattrBrian Foster1-2/+19
2015-11-03xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner1-4/+16
2015-11-03xfs: add ->pfn_mkwrite support for DAXDave Chinner2-0/+36
2015-11-03xfs: DAX does not use IO completion callbacksDave Chinner3-43/+2
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner3-6/+35
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner6-8/+97