Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | xfs: convert directory segment limits to xfs_da_geometry | Dave Chinner | 2014-06-06 | 8 | -42/+37 | |
| | * | | | | xfs: convert directory db conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | 9 | -70/+93 | |
| | * | | | | xfs: convert directory dablk conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | 6 | -43/+48 | |
| | * | | | | xfs: convert dir byte/off conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | 3 | -13/+14 | |
| | * | | | | xfs: kill XFS_DIR2...FIRSTDB macros | Dave Chinner | 2014-06-06 | 5 | -17/+17 | |
| | * | | | | xfs: move directory block translatiosn to xfs_dir2_priv.h | Dave Chinner | 2014-06-06 | 3 | -138/+139 | |
| | * | | | | xfs: introduce directory geometry structure | Dave Chinner | 2014-06-06 | 8 | -21/+97 | |
| * | | | | | Merge branch 'xfs-feature-bit-cleanup' into for-next | Dave Chinner | 2014-05-20 | 11 | -327/+101 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xfs: remove shared supberlock feature checking | Dave Chinner | 2014-05-19 | 3 | -16/+6 | |
| | * | | | | | xfs: don't need dirv2 checks anymore | Dave Chinner | 2014-05-19 | 4 | -18/+2 | |
| | * | | | | | xfs: turn NLINK feature on by default | Dave Chinner | 2014-05-19 | 9 | -164/+30 | |
| | * | | | | | xfs: keep sb_bad_features2 the same a sb_features2 | Dave Chinner | 2014-05-19 | 1 | -0/+2 | |
| | * | | | | | xfs: make superblock version checks reflect reality | Dave Chinner | 2014-05-19 | 1 | -144/+76 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next | Dave Chinner | 2014-05-20 | 7 | -64/+66 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | xfs: fix compile error when libxfs header used in C++ code | Roger Willcocks | 2014-05-20 | 2 | -4/+4 | |
| | * | | | | xfs: fix infinite loop at xfs_vm_writepage on 32bit system | Jie Liu | 2014-05-20 | 1 | -6/+43 | |
| | * | | | | xfs: remove redundant checks from xfs_da_read_buf | Dave Chinner | 2014-05-20 | 1 | -41/+0 | |
| | * | | | | xfs: log vector rounding leaks log space | Dave Chinner | 2014-05-20 | 2 | -9/+17 | |
| | * | | | | xfs: remove XFS_TRANS_RESERVE in collapse range | Namjae Jeon | 2014-05-20 | 1 | -2/+0 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'xfs-attr-cleanup' into for-next | Dave Chinner | 2014-05-15 | 1 | -211/+117 | |
| |\ \ \ \ | ||||||
| | * | | | | xfs: pass struct da_args to xfs_attr_calc_size | Christoph Hellwig | 2014-05-13 | 1 | -9/+5 | |
| | * | | | | xfs: simplify attr name setup | Christoph Hellwig | 2014-05-13 | 1 | -45/+29 | |
| | * | | | | xfs: fold xfs_attr_remove_int into xfs_attr_remove | Christoph Hellwig | 2014-05-13 | 1 | -62/+35 | |
| | * | | | | xfs: fold xfs_attr_get_int into xfs_attr_get | Christoph Hellwig | 2014-05-13 | 1 | -52/+27 | |
| | * | | | | xfs: fold xfs_attr_set_int into xfs_attr_set | Christoph Hellwig | 2014-05-13 | 1 | -66/+44 | |
| * | | | | | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next | Dave Chinner | 2014-05-15 | 11 | -267/+128 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xfs: fix directory readahead offset off-by-one | Dave Chinner | 2014-05-07 | 1 | -2/+1 | |
| | * | | | | | xfs: don't sleep in xlog_cil_force_lsn on shutdown | Dave Chinner | 2014-05-07 | 2 | -11/+48 | |
| | * | | | | | xfs: truncate_setsize should be outside transactions | Dave Chinner | 2014-05-07 | 1 | -4/+16 | |
| | * | | | | | xfs: Fix wrong error codes being returned | From: Tuomas Tynkkynen | 2014-05-05 | 2 | -4/+6 | |
| | * | | | | | xfs: remove dquot hints | Dave Chinner | 2014-05-05 | 3 | -240/+29 | |
| | * | | | | | xfs: bulletfproof xfs_qm_scall_trunc_qfiles() | Eric Sandeen | 2014-05-05 | 1 | -2/+3 | |
| | * | | | | | xfs: fix Q_XQUOTARM ioctl | Eric Sandeen | 2014-05-05 | 1 | -4/+25 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'xfs-free-inode-btree' into for-next | Dave Chinner | 2014-05-15 | 18 | -137/+852 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xfs: enable the finobt feature on v5 superblocks | Brian Foster | 2014-04-24 | 1 | -1/+2 | |
| | * | | | | | xfs: report finobt status in fs geometry | Brian Foster | 2014-04-24 | 2 | -1/+4 | |
| | * | | | | | xfs: add finobt support to growfs | Brian Foster | 2014-04-24 | 1 | -0/+32 | |
| | * | | | | | xfs: update the finobt on inode free | Brian Foster | 2014-04-24 | 1 | -0/+102 | |
| | * | | | | | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper | Brian Foster | 2014-04-24 | 1 | -65/+96 | |
| | * | | | | | xfs: use and update the finobt on inode allocation | Brian Foster | 2014-04-24 | 1 | -5/+290 | |
| | * | | | | | xfs: insert newly allocated inode chunks into the finobt | Brian Foster | 2014-04-24 | 1 | -23/+70 | |
| | * | | | | | xfs: update inode allocation/free transaction reservations for finobt | Brian Foster | 2014-04-24 | 3 | -6/+82 | |
| | * | | | | | xfs: support the XFS_BTNUM_FINOBT free inode btree type | Brian Foster | 2014-04-24 | 10 | -27/+153 | |
| | * | | | | | xfs: reserve v5 superblock read-only compat. feature bit for finobt | Brian Foster | 2014-04-24 | 1 | -0/+7 | |
| | * | | | | | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers | Brian Foster | 2014-04-24 | 4 | -10/+15 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'xfs-filestreams-lookup' into for-next | Dave Chinner | 2014-05-15 | 10 | -806/+403 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xfs: add filestream allocator tracepoints | Christoph Hellwig | 2014-04-22 | 4 | -21/+68 | |
| | * | | | | | xfs: remove xfs_filestream_associate | Christoph Hellwig | 2014-04-22 | 3 | -58/+15 | |
| | * | | | | | xfs: don't create a slab cache for filestream items | Christoph Hellwig | 2014-04-22 | 3 | -32/+4 | |
| | * | | | | | xfs: rewrite the filestream allocator using the dentry cache | Christoph Hellwig | 2014-04-22 | 3 | -544/+171 |