Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner | 1 | -0/+2 |
2015-11-03 | xfs: optimise away log forces on timestamp updates for fdatasync | Dave Chinner | 1 | -0/+2 |
2015-10-12 | xfs: per-filesystem stats counter implementation | Bill O'Donnell | 1 | -3/+3 |
2015-08-25 | Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next | Dave Chinner | 1 | -1/+7 |
2015-08-25 | xfs: lockdep annotations throw warnings on non-debug builds | Dave Chinner | 1 | -1/+7 |
2015-08-20 | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next | Dave Chinner | 1 | -31/+85 |
2015-08-20 | xfs: inode lockdep annotations broke non-lockdep build | Dave Chinner | 1 | -2/+14 |
2015-08-19 | xfs: stop holding ILOCK over filldir callbacks | Dave Chinner | 1 | -13/+21 |
2015-08-19 | xfs: clean up inode lockdep annotations | Dave Chinner | 1 | -17/+51 |
2015-08-19 | xfs: fix sb_meta_uuid usage | Dave Chinner | 1 | -1/+1 |
2015-08-19 | Merge branch 'xfs-efi-rework' into for-next | Dave Chinner | 1 | -4/+5 |
2015-08-19 | xfs: add missing bmap cancel calls in error paths | Brian Foster | 1 | -4/+5 |
2015-07-29 | xfs: Remove duplicate jumps to the same label | Jan Kara | 1 | -8/+2 |
2015-06-23 | Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next | Dave Chinner | 1 | -1/+1 |
2015-06-22 | xfs: return a void pointer from xfs_buf_offset | Christoph Hellwig | 1 | -1/+1 |
2015-06-04 | Merge branch 'xfs-commit-cleanup' into for-next | Dave Chinner | 1 | -129/+44 |
2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -7/+7 |
2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -60/+33 |
2015-06-04 | xfs: switch remaining xfs_trans_dup users to xfs_trans_roll | Christoph Hellwig | 1 | -62/+4 |
2015-06-04 | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next | Dave Chinner | 1 | -3/+4 |
2015-06-04 | xfs: fix sparse inodes 32-bit compile failure | Brian Foster | 1 | -3/+4 |
2015-06-01 | Merge branch 'xfs-sparse-inode' into for-next | Dave Chinner | 1 | -8/+20 |
2015-05-29 | xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() | Brian Foster | 1 | -8/+20 |
2015-05-29 | xfs: fix broken i_nlink accounting for whiteout tmpfile inode | Brian Foster | 1 | -2/+8 |
2015-05-29 | xfs: xfs_attr_inactive leaves inconsistent attr fork state behind | Dave Chinner | 1 | -8/+4 |
2015-03-25 | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next | Dave Chinner | 1 | -2/+2 |
2015-03-25 | xfs: use bool instead of int in xfs_rename() | Fabian Frederick | 1 | -2/+2 |
2015-03-25 | Merge branch 'xfs-rename-whiteout' into for-next | Dave Chinner | 1 | -170/+238 |
2015-03-25 | xfs: add RENAME_WHITEOUT support | Dave Chinner | 1 | -23/+106 |
2015-03-25 | xfs: make xfs_cross_rename() complete fully | Dave Chinner | 1 | -20/+21 |
2015-03-25 | xfs: factor out xfs_finish_rename() | Dave Chinner | 1 | -21/+27 |
2015-03-25 | xfs: cleanup xfs_rename error handling | Dave Chinner | 1 | -33/+26 |
2015-03-25 | xfs: clean up inode locking for RENAME_WHITEOUT | Dave Chinner | 1 | -78/+67 |
2015-02-24 | Merge branch 'xfs-mmap-lock' into for-next | Dave Chinner | 1 | -31/+97 |
2015-02-24 | Merge branch 'xfs-misc-fixes-for-4.1' into for-next | Dave Chinner | 1 | -9/+13 |
2015-02-24 | xfs: Ensure we have target_ip for RENAME_EXCHANGE | Eric Sandeen | 1 | -0/+4 |
2015-02-23 | xfs: inodes are new until the dentry cache is set up | Dave Chinner | 1 | -9/+13 |
2015-02-23 | xfs: introduce mmap/truncate lock | Dave Chinner | 1 | -31/+97 |
2015-01-22 | Merge branch 'xfs-buf-type-fixes' into for-next | Dave Chinner | 1 | -0/+2 |
2015-01-22 | xfs: inode unlink does not set AGI buffer type | Dave Chinner | 1 | -0/+2 |
2014-12-24 | xfs: Add support to RENAME_EXCHANGE flag | Carlos Maiolino | 1 | -1/+133 |
2014-12-04 | Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next | Dave Chinner | 1 | -10/+2 |
2014-12-04 | xfs: fix set-but-unused warnings | Dave Chinner | 1 | -10/+2 |
2014-11-28 | Merge branch 'xfs-consolidate-format-defs' into for-next | Dave Chinner | 1 | -2/+0 |
2014-11-28 | xfs: merge xfs_inum.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: replace on-stack xfs_trans_res with pointer in xfs_create() | Brian Foster | 1 | -9/+6 |
2014-10-13 | Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next | Dave Chinner | 1 | -4/+4 |
2014-10-02 | xfs: project id inheritance is a directory only flag | Dave Chinner | 1 | -2/+2 |
2014-10-02 | xfs: kill time.h | Dave Chinner | 1 | -2/+2 |