Age | Commit message (Expand) | Author | Files | Lines |
2015-08-25 | xfs: fix non-debug build warnings | Dave Chinner | 3 | -11/+15 |
2015-08-25 | xfs: collapse allocsize and biosize mount option handling | Eric Sandeen | 1 | -10/+2 |
2015-08-25 | xfs: Fix file type directory corruption for btree directories | Jan Kara | 1 | -1/+9 |
2015-08-25 | xfs: lockdep annotations throw warnings on non-debug builds | Dave Chinner | 1 | -1/+7 |
2015-08-25 | xfs: Fix uninitialized return value in xfs_alloc_fix_freelist() | Jan Kara | 1 | -1/+1 |
2015-08-20 | xfs: inode lockdep annotations broke non-lockdep build | Dave Chinner | 1 | -2/+14 |
2015-08-19 | xfs: flush entire file on dio read/write to cached file | Brian Foster | 1 | -22/+29 |
2015-08-19 | xfs: Fix xfs_attr_leafblock definition | Jan Kara | 1 | -2/+9 |
2015-08-19 | libxfs: readahead of dir3 data blocks should use the read verifier | Darrick J. Wong | 1 | -1/+2 |
2015-08-19 | xfs: stop holding ILOCK over filldir callbacks | Dave Chinner | 4 | -19/+36 |
2015-08-19 | xfs: clean up inode lockdep annotations | Dave Chinner | 2 | -43/+110 |
2015-08-19 | xfs: swap leaf buffer into path struct atomically during path shift | Brian Foster | 1 | -9/+14 |
2015-08-19 | xfs: relocate sparse inode mount warning | Brian Foster | 2 | -3/+4 |
2015-08-19 | xfs: dquots should be stamped with sb_meta_uuid | Dave Chinner | 1 | -1/+1 |
2015-08-19 | xfs: log recovery needs to validate against sb_meta_uuid | Dave Chinner | 1 | -2/+12 |
2015-08-19 | xfs: growfs not aware of sb_meta_uuid | Dave Chinner | 1 | -3/+3 |
2015-08-19 | xfs: fix sb_meta_uuid usage | Dave Chinner | 1 | -1/+1 |
2015-08-19 | xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get | Eric Sandeen | 1 | -0/+2 |
2015-07-29 | xfs: create new metadata UUID field and incompat flag | Eric Sandeen | 18 | -36/+66 |
2015-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+10 |
2015-07-01 | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 54 | -835/+1548 |
2015-06-26 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+11 |
2015-06-26 | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2015-06-24 | xfs: Correctly lock inode when removing suid and file capabilities | Jan Kara | 1 | -1/+10 |
2015-06-24 | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 1 | -1/+1 |
2015-06-23 | Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next | Dave Chinner | 15 | -91/+77 |
2015-06-23 | Merge branch 'xfs-freelist-cleanup' into for-next | Dave Chinner | 7 | -130/+142 |
2015-06-23 | xfs: don't truncate attribute extents if no extents exist | Brian Foster | 1 | -2/+8 |
2015-06-22 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -7/+4 |
2015-06-22 | xfs: clean up XFS_MIN_FREELIST macros | Dave Chinner | 7 | -21/+26 |
2015-06-22 | xfs: sanitise error handling in xfs_alloc_fix_freelist | Dave Chinner | 1 | -56/+55 |
2015-06-22 | xfs: factor out free space extent length check | Dave Chinner | 1 | -27/+44 |
2015-06-22 | xfs: xfs_alloc_fix_freelist() can use incore perag structures | Dave Chinner | 4 | -46/+37 |
2015-06-22 | xfs: remove xfs_caddr_t | Christoph Hellwig | 3 | -30/+29 |
2015-06-22 | xfs: use void pointers in log validation helpers | Christoph Hellwig | 2 | -17/+15 |
2015-06-22 | xfs: return a void pointer from xfs_buf_offset | Christoph Hellwig | 6 | -17/+13 |
2015-06-22 | xfs: remove inst_t | Christoph Hellwig | 3 | -6/+4 |
2015-06-22 | xfs: remove __psint_t and __psunsigned_t | Christoph Hellwig | 4 | -20/+9 |
2015-06-22 | xfs: fix remote symlinks on V5/CRC filesystems | Eric Sandeen | 1 | -1/+1 |
2015-06-04 | Merge branch 'xfs-commit-cleanup' into for-next | Dave Chinner | 26 | -385/+193 |
2015-06-04 | xfs: fix xfs_log_done interface | Christoph Hellwig | 4 | -52/+11 |
2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 24 | -74/+68 |
2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 22 | -171/+104 |
2015-06-04 | xfs: pass a boolean flag to xfs_trans_free_items | Christoph Hellwig | 3 | -6/+6 |
2015-06-04 | xfs: switch remaining xfs_trans_dup users to xfs_trans_roll | Christoph Hellwig | 4 | -92/+16 |
2015-06-04 | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next | Dave Chinner | 2 | -10/+12 |
2015-06-04 | xfs: check min blks for random debug mode sparse allocations | Brian Foster | 1 | -7/+8 |
2015-06-04 | xfs: fix sparse inodes 32-bit compile failure | Brian Foster | 1 | -3/+4 |
2015-06-04 | Merge branch 'xfs-dax-support' into for-next | Dave Chinner | 7 | -126/+275 |
2015-06-04 | xfs: add initial DAX support | Dave Chinner | 3 | -14/+37 |