| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | btrfs: return errno instead of -1 from compression | Zach Brown | 2014-06-09 | |
| | * | | | | | | | | | | btrfs: check_int: propagate out-of-memory error upwards | Stefan Behrens | 2014-06-09 | |
| | * | | | | | | | | | | Btrfs: fix hang on error (such as ENOSPC) when writing extent pages | Filipe Manana | 2014-06-09 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||
| * | | | | | | | | | | Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next | Dave Chinner | 2014-06-10 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | xfs: Fix rounding in xfs_alloc_fix_len() | Jan Kara | 2014-06-06 | |
| | | * | | | | | | | | | | xfs: tone down writepage/releasepage WARN_ONs | Christoph Hellwig | 2014-06-06 | |
| | | * | | | | | | | | | | xfs: small cleanup in xfs_lowbit64() | Dan Carpenter | 2014-06-06 | |
| | | * | | | | | | | | | | xfs: kill xfs_buf_geterror() | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | xfs: xfs_readsb needs to check for magic numbers | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | xfs: block allocation work needs to be kswapd aware | Dave Chinner | 2014-06-06 | |
| | * | | | | | | | | | | | Merge branch 'xfs-da-geom' into for-next | Dave Chinner | 2014-06-10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | xfs: fix xfs_da_args sparse warning in xfs_readdir | Dave Chinner | 2014-06-10 | |
| | | * | | | | | | | | | | | xfs: remove redundant geometry information from xfs_da_state | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: replace attr LBSIZE with xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: pass xfs_da_args to xfs_attr_leaf_newentsize | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: use xfs_da_geometry for block size in attr code | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: remove mp->m_dir_geo from directory logging | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: reduce direct usage of mp->m_dir_geo | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: move node entry counts to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert dir/attr btree threshold to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert m_dirblksize to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert m_dirblkfsbs to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert directory segment limits to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert directory db conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert directory dablk conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: convert dir byte/off conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: kill XFS_DIR2...FIRSTDB macros | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: move directory block translatiosn to xfs_dir2_priv.h | Dave Chinner | 2014-06-06 | |
| | | * | | | | | | | | | | | xfs: introduce directory geometry structure | Dave Chinner | 2014-06-06 | |
| | * | | | | | | | | | | | | Merge branch 'xfs-feature-bit-cleanup' into for-next | Dave Chinner | 2014-05-20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | xfs: remove shared supberlock feature checking | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | | xfs: don't need dirv2 checks anymore | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | | xfs: turn NLINK feature on by default | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | | xfs: keep sb_bad_features2 the same a sb_features2 | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | | xfs: make superblock version checks reflect reality | Dave Chinner | 2014-05-20 | |
| | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next | Dave Chinner | 2014-05-20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | xfs: fix compile error when libxfs header used in C++ code | Roger Willcocks | 2014-05-20 | |
| | | * | | | | | | | | | | | xfs: fix infinite loop at xfs_vm_writepage on 32bit system | Jie Liu | 2014-05-20 | |
| | | * | | | | | | | | | | | xfs: remove redundant checks from xfs_da_read_buf | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | xfs: log vector rounding leaks log space | Dave Chinner | 2014-05-20 | |
| | | * | | | | | | | | | | | xfs: remove XFS_TRANS_RESERVE in collapse range | Namjae Jeon | 2014-05-20 | |
| | | |/ / / / / / / / / / | ||||
| | * | | | | | | | | | | | Merge branch 'xfs-attr-cleanup' into for-next | Dave Chinner | 2014-05-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | xfs: pass struct da_args to xfs_attr_calc_size | Christoph Hellwig | 2014-05-13 | |
| | | * | | | | | | | | | | | xfs: simplify attr name setup | Christoph Hellwig | 2014-05-13 | |
| | | * | | | | | | | | | | | xfs: fold xfs_attr_remove_int into xfs_attr_remove | Christoph Hellwig | 2014-05-13 | |
| | | * | | | | | | | | | | | xfs: fold xfs_attr_get_int into xfs_attr_get | Christoph Hellwig | 2014-05-13 | |
| | | * | | | | | | | | | | | xfs: fold xfs_attr_set_int into xfs_attr_set | Christoph Hellwig | 2014-05-13 | |
| | * | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next | Dave Chinner | 2014-05-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | xfs: fix directory readahead offset off-by-one | Dave Chinner | 2014-05-07 | |
