summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, userfaultfd, THP: avoid waiting when PMD under THP migrationHuang Ying2018-02-011-1/+4
* fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov2018-02-011-3/+8
* ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-02-011-11/+12
* ocfs2: unlock bh_state if bg check failsChangwei Ge2018-02-011-0/+2
* ocfs2: nowait aio supportGang He2018-02-016-33/+104
* ocfs2: add ocfs2_overwrite_io()Gang He2018-02-012-0/+48
* ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He2018-02-012-0/+25
* ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He2018-02-011-0/+44
* ocfs2: add trimfs dlm lock resourceGang He2018-02-014-0/+121
* ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge2018-02-013-10/+203
* ocfs2: make metadata estimation accurate and clearChangwei Ge2018-02-011-1/+3
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-02-012-0/+8
* ocfs2: clean up dead code in alloc.cChangwei Ge2018-02-011-9/+2Star
* ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun2018-02-011-0/+1
* ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-02-011-0/+9
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-02-011-3/+2Star
* ocfs2: clean dead code in suballoc.cChangwei Ge2018-02-011-3/+3
* ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen2018-02-011-1/+1
* ocfs2/cluster: close a race that fence can't be triggeredYang Zhang2018-02-011-2/+3
* ocfs2: give an obvious tip for mismatched cluster namesGang He2018-02-011-2/+6
* ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge2018-02-011-1/+1
* fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge2018-02-011-7/+0Star
* fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr2018-02-011-1/+1
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-3196-1558/+4600
|\
| * xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-291-5/+1Star
| * xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
| * xfs: check reflink allocation mappingsDarrick J. Wong2018-01-291-0/+7
| * iomap: warn on zero-length mappingsDarrick J. Wong2018-01-291-0/+2
| * xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-292-6/+41
| * xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-291-10/+15
| * xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-294-22/+39
| * xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong2018-01-291-1/+47
| * xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
| * xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong2018-01-291-0/+13
| * xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein2018-01-291-0/+2
| * xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-291-13/+17
| * xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-294-10/+50
| * xfs: make tracepoint inode number format consistentDarrick J. Wong2018-01-291-6/+6
| * xfs: always zero di_flags2 when we free the inodeDarrick J. Wong2018-01-291-0/+1
| * xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong2018-01-291-0/+5
| * xfs: bmap code cleanupShan Hai2018-01-291-24/+8Star
| * Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-299-71/+44Star
| * Split buffer's b_fspriv fieldCarlos Maiolino2018-01-2918-86/+104
| * Get rid of xfs_buf_log_item_t typedefCarlos Maiolino2018-01-293-52/+56
| * xfs: fix non-debug build compiler warningsDarrick J. Wong2018-01-181-4/+1Star
| * xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2018-01-182-0/+21
| * xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-182-22/+51
| * xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-181-4/+9
| * xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong2018-01-181-0/+1
| * xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong2018-01-181-5/+21