Age | Commit message (Expand) | Author | Files | Lines |
2018-06-04 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -8/+8 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -30/+3 |
2018-05-30 | xfs: convert to bioset_init()/mempool_init() | Kent Overstreet | 3 | -8/+7 |
2018-05-25 | xfs, proc: hide unused xfs procfs helpers | Arnd Bergmann | 1 | -1/+1 |
2018-05-22 | xfs_vn_lookup: simplify a bit | Al Viro | 1 | -8/+8 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -29/+2 |
2018-05-02 | xfs: cap the length of deduplication requests | Darrick J. Wong | 1 | -0/+10 |
2018-04-17 | xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE | Darrick J. Wong | 1 | -1/+8 |
2018-04-17 | xfs: prevent creating negative-sized file via INSERT_RANGE | Darrick J. Wong | 1 | -5/+9 |
2018-04-17 | xfs: set format back to extents if xfs_bmap_extents_to_btree | Eric Sandeen | 1 | -0/+4 |
2018-04-17 | xfs: enhance dinode verifier | Eric Sandeen | 1 | -0/+21 |
2018-04-12 | Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 37 | -205/+172 |
2018-04-11 | export __set_page_dirty | Matthew Wilcox | 1 | -13/+2 |
2018-04-10 | Force log to disk before reading the AGF during a fstrim | Carlos Maiolino | 1 | -7/+7 |
2018-04-10 | Export __set_page_dirty | Matthew Wilcox | 1 | -13/+2 |
2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -17/+23 |
2018-04-10 | xfs: only cancel cow blocks when truncating the data fork | Darrick J. Wong | 1 | -6/+8 |
2018-04-09 | Merge branch 'for-4.17/dax' into libnvdimm-for-next | Dan Williams | 3 | -17/+23 |
2018-04-09 | xfs: non-scrub - remove unused function parameters | Eric Sandeen | 27 | -76/+48 |
2018-04-09 | xfs: remove filestream item xfs_inode reference | Christoph Hellwig | 4 | -24/+25 |
2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2018-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2018-04-02 | xfs: fix intent use-after-free on abort | Dave Chinner | 4 | -76/+78 |
2018-04-02 | xfs: Remove "committed" argument of xfs_dir_ialloc | Chandan Rajendra | 4 | -16/+6 |
2018-03-30 | xfs, dax: introduce xfs_dax_aops | Dan Williams | 3 | -17/+23 |
2018-03-29 | xfs: do not log/recover swapext extent owner changes for deleted inodes | Eric Sandeen | 2 | -1/+7 |
2018-03-26 | xfs: clean up xfs_mount allocation and dynamic initializers | Brian Foster | 3 | -13/+29 |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches | 1 | -1/+1 |
2018-03-23 | xfs: remove dead inode version setting code | Dave Chinner | 1 | -4/+1 |
2018-03-23 | xfs: catch inode allocation state mismatch corruption | Dave Chinner | 1 | -1/+22 |
2018-03-23 | xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt | Darrick J. Wong | 1 | -1/+1 |
2018-03-23 | xfs: flag inode corruption if parent ptr doesn't get us a real inode | Darrick J. Wong | 1 | -1/+11 |
2018-03-23 | xfs: don't accept inode buffers with suspicious unlinked chains | Darrick J. Wong | 1 | -2/+8 |
2018-03-23 | xfs: move inode extent size hint validation to libxfs | Darrick J. Wong | 3 | -88/+122 |
2018-03-23 | xfs: record inode buf errors as a xref error in inobt scrubber | Darrick J. Wong | 1 | -1/+2 |
2018-03-23 | xfs: remove xfs_buf parameter from inode scrub methods | Darrick J. Wong | 9 | -111/+74 |
2018-03-23 | xfs: inode scrubber shouldn't bother with raw checks | Darrick J. Wong | 1 | -89/+13 |
2018-03-23 | xfs: bmap scrubber should do rmap xref with bmap for sparse files | Darrick J. Wong | 1 | -1/+169 |
2018-03-23 | xfs: refactor inode buffer verifier error logging | Darrick J. Wong | 3 | -6/+30 |
2018-03-23 | xfs: refactor inode verifier error logging | Darrick J. Wong | 2 | -8/+12 |
2018-03-23 | xfs: refactor bmap record validation | Darrick J. Wong | 4 | -21/+54 |
2018-03-23 | xfs: sanity-check the unused space before trying to use it | Darrick J. Wong | 5 | -49/+111 |
2018-03-23 | xfs: detect agfl count corruption and reset agfl | Brian Foster | 3 | -1/+103 |
2018-03-23 | xfs: unwind the try_again loop in xfs_log_force | Christoph Hellwig | 1 | -30/+42 |
2018-03-23 | xfs: refactor xfs_log_force_lsn | Christoph Hellwig | 1 | -80/+62 |
2018-03-19 | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents | Ingo Molnar | 1 | -1/+1 |
2018-03-15 | xfs: minor cleanup for xfs_reflink_end_cow | Christoph Hellwig | 1 | -9/+8 |
2018-03-15 | xfs: minor cleanup for xfs_get_blocks | Christoph Hellwig | 1 | -7/+6 |
2018-03-15 | xfs: remove xfs_zero_range | Christoph Hellwig | 4 | -53/+14 |
2018-03-15 | xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCL | Christoph Hellwig | 1 | -1/+1 |