| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag | Dave Chinner | 2015-07-29 | 4 | -24/+20 |
| | |/ |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-09-05 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | introduce __sb_writers_{acquired,release}() helpers | Oleg Nesterov | 2015-08-15 | 1 | -4/+2 |
| |/ / |
|
* | | | fs: create and use seq_show_option for escaping | Kees Cook | 2015-09-04 | 1 | -2/+2 |
* | | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | 2 | -9/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | block: remove bio_get_nr_vecs() | Kent Overstreet | 2015-08-13 | 1 | -2/+1 |
| * | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 2 | -7/+5 |
| |/ |
|
* | | xfs: remote attributes need to be considered data | Dave Chinner | 2015-07-29 | 1 | -4/+11 |
* | | xfs: remote attribute headers contain an invalid LSN | Dave Chinner | 2015-07-29 | 2 | -9/+31 |
* | | xfs: call dax_fault on read page faults for DAX | Dave Chinner | 2015-07-29 | 1 | -6/+15 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 1 | -1/+10 |
|\ |
|
| * | xfs: Correctly lock inode when removing suid and file capabilities | Jan Kara | 2015-06-23 | 1 | -1/+10 |
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-23 | 1 | -1/+1 |
* | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-30 | 54 | -835/+1548 |
|\ \ |
|
| * \ | Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next | Dave Chinner | 2015-06-23 | 15 | -91/+77 |
| |\ \ |
|
| | * | | xfs: don't truncate attribute extents if no extents exist | Brian Foster | 2015-06-23 | 1 | -2/+8 |
| | * | | xfs: remove xfs_caddr_t | Christoph Hellwig | 2015-06-22 | 3 | -30/+29 |
| | * | | xfs: use void pointers in log validation helpers | Christoph Hellwig | 2015-06-22 | 2 | -17/+15 |
| | * | | xfs: return a void pointer from xfs_buf_offset | Christoph Hellwig | 2015-06-22 | 6 | -17/+13 |
| | * | | xfs: remove inst_t | Christoph Hellwig | 2015-06-22 | 3 | -6/+4 |
| | * | | xfs: remove __psint_t and __psunsigned_t | Christoph Hellwig | 2015-06-22 | 4 | -20/+9 |
| | * | | xfs: fix remote symlinks on V5/CRC filesystems | Eric Sandeen | 2015-06-22 | 1 | -1/+1 |
| * | | | Merge branch 'xfs-freelist-cleanup' into for-next | Dave Chinner | 2015-06-23 | 7 | -130/+142 |
| |\ \ \ |
|
| | * | | | xfs: clean up XFS_MIN_FREELIST macros | Dave Chinner | 2015-06-22 | 7 | -21/+26 |
| | * | | | xfs: sanitise error handling in xfs_alloc_fix_freelist | Dave Chinner | 2015-06-22 | 1 | -56/+55 |
| | * | | | xfs: factor out free space extent length check | Dave Chinner | 2015-06-22 | 1 | -27/+44 |
| | * | | | xfs: xfs_alloc_fix_freelist() can use incore perag structures | Dave Chinner | 2015-06-22 | 4 | -46/+37 |
| * | | | | Merge branch 'xfs-commit-cleanup' into for-next | Dave Chinner | 2015-06-04 | 26 | -385/+193 |
| |\ \ \ \ |
|
| | * | | | | xfs: fix xfs_log_done interface | Christoph Hellwig | 2015-06-04 | 4 | -52/+11 |
| | * | | | | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 2015-06-04 | 24 | -74/+68 |
| | * | | | | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 2015-06-04 | 22 | -171/+104 |
| | * | | | | xfs: pass a boolean flag to xfs_trans_free_items | Christoph Hellwig | 2015-06-04 | 3 | -6/+6 |
| | * | | | | xfs: switch remaining xfs_trans_dup users to xfs_trans_roll | Christoph Hellwig | 2015-06-04 | 4 | -92/+16 |
| | |/ / / |
|
| * | | | | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next | Dave Chinner | 2015-06-04 | 2 | -10/+12 |
| |\ \ \ \ |
|
| | * | | | | xfs: check min blks for random debug mode sparse allocations | Brian Foster | 2015-06-04 | 1 | -7/+8 |
| | * | | | | xfs: fix sparse inodes 32-bit compile failure | Brian Foster | 2015-06-04 | 1 | -3/+4 |
| * | | | | | Merge branch 'xfs-dax-support' into for-next | Dave Chinner | 2015-06-04 | 7 | -126/+275 |
| |\ \ \ \ \ |
|
| | * | | | | | xfs: add initial DAX support | Dave Chinner | 2015-06-04 | 3 | -14/+37 |
| | * | | | | | xfs: add DAX IO path support | Dave Chinner | 2015-06-04 | 1 | -9/+27 |
| | * | | | | | xfs: add DAX truncate support | Dave Chinner | 2015-06-04 | 1 | -1/+5 |
| | * | | | | | xfs: add DAX block zeroing support | Dave Chinner | 2015-06-04 | 2 | -22/+46 |
| | * | | | | | xfs: add DAX file operations support | Dave Chinner | 2015-06-04 | 3 | -83/+158 |
| | * | | | | | xfs: mmap lock needs to be inside freeze protection | Dave Chinner | 2015-06-04 | 1 | -3/+8 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'xfs-sparse-inode' into for-next | Dave Chinner | 2015-06-01 | 16 | -86/+829 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | xfs: enable sparse inode chunks for v5 superblocks | Brian Foster | 2015-05-29 | 1 | -1/+2 |
| | * | | | | xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() | Brian Foster | 2015-05-29 | 3 | -20/+35 |
| | * | | | | xfs: only free allocated regions of inode chunks | Brian Foster | 2015-05-29 | 1 | -3/+78 |
| | * | | | | xfs: filter out sparse regions from individual inode allocation | Brian Foster | 2015-05-29 | 1 | -2/+13 |
| | * | | | | xfs: randomly do sparse inode allocations in DEBUG mode | Brian Foster | 2015-05-29 | 1 | -2/+13 |
| | * | | | | xfs: allocate sparse inode chunks on full chunk allocation failure | Brian Foster | 2015-05-29 | 4 | -14/+401 |