| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/proc/generic.c: switch to ida_simple_get/remove | Heiner Kallweit | 2017-07-10 | 1 | -25/+7 |
* | fs/dcache.c: fix spin lockup issue on nlru->lock | Sahitya Tummala | 2017-07-10 | 1 | -2/+3 |
* | fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() | Vasily Averin | 2017-07-10 | 1 | -1/+0 |
* | mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error | Naoya Horiguchi | 2017-07-10 | 1 | -0/+11 |
* | fs/buffer.c: make bh_lru_install() more efficient | Eric Biggers | 2017-07-10 | 1 | -28/+15 |
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-07-10 | 110 | -1855/+2110 |
|\ |
|
| * | xfs: don't crash on unexpected holes in dir/attr btrees | Darrick J. Wong | 2017-07-07 | 4 | -5/+5 |
| * | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN | Darrick J. Wong | 2017-07-07 | 6 | -8/+8 |
| * | xfs: fix contiguous dquot chunk iteration livelock | Brian Foster | 2017-07-05 | 1 | -2/+7 |
| * | xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA | Christoph Hellwig | 2017-07-02 | 2 | -364/+14 |
| * | vfs: Add iomap_seek_hole and iomap_seek_data helpers | Andreas Gruenbacher | 2017-07-02 | 1 | -0/+94 |
| * | vfs: Add page_cache_seek_hole_data helper | Andreas Gruenbacher | 2017-07-02 | 1 | -0/+124 |
| * | xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk | Christoph Hellwig | 2017-07-01 | 1 | -1/+0 |
| * | xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent | Christoph Hellwig | 2017-07-01 | 1 | -44/+22 |
| * | xfs: Check for m_errortag initialization in xfs_errortag_test | Carlos Maiolino | 2017-07-01 | 1 | -0/+11 |
| * | xfs: grab dquots without taking the ilock | Darrick J. Wong | 2017-06-27 | 2 | -4/+12 |
| * | xfs: fix semicolon.cocci warnings | kbuild test robot | 2017-06-27 | 1 | -1/+1 |
| * | xfs: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-06-27 | 3 | -5/+6 |
| * | xfs: free cowblocks and retry on buffered write ENOSPC | Brian Foster | 2017-06-27 | 1 | -0/+1 |
| * | xfs: replace log_badcrc_factor knob with error injection tag | Brian Foster | 2017-06-27 | 4 | -41/+7 |
| * | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 2017-06-27 | 5 | -68/+15 |
| * | xfs: remove unneeded parameter from XFS_TEST_ERROR | Darrick J. Wong | 2017-06-27 | 13 | -40/+26 |
| * | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 2017-06-27 | 3 | -1/+157 |
| * | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 2017-06-27 | 5 | -89/+111 |
| * | xfs: free uncommitted transactions during log recovery | Brian Foster | 2017-06-24 | 1 | -1/+20 |
| * | xfs: don't allow bmap on rt files | Darrick J. Wong | 2017-06-20 | 1 | -2/+5 |
| * | xfs: allow reading of already-locked remote symbolic link | Darrick J. Wong | 2017-06-20 | 2 | -3/+4 |
| * | xfs: pass along transaction context when reading xattr block buffers | Darrick J. Wong | 2017-06-20 | 4 | -36/+57 |
| * | xfs: pass along transaction context when reading directory block buffers | Darrick J. Wong | 2017-06-20 | 3 | -7/+14 |
| * | xfs: return the hash value of a leaf1 directory block | Darrick J. Wong | 2017-06-20 | 3 | -10/+12 |
| * | xfs: refactor the ifork block counting function | Darrick J. Wong | 2017-06-20 | 2 | -43/+70 |
| * | xfs: make _bmap_count_blocks consistent wrt delalloc extent behavior | Darrick J. Wong | 2017-06-20 | 1 | -10/+13 |
| * | xfs: separate function to check if inode shares extents | Darrick J. Wong | 2017-06-19 | 2 | -36/+54 |
| * | xfs: reflink find shared should take a transaction | Darrick J. Wong | 2017-06-19 | 3 | -12/+13 |
| * | xfs: check if an inode is cached and allocated | Darrick J. Wong | 2017-06-19 | 2 | -2/+54 |
| * | xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub | Darrick J. Wong | 2017-06-19 | 2 | -17/+32 |
| * | xfs: plumb in needed functions for range querying of various btrees | Darrick J. Wong | 2017-06-19 | 2 | -0/+48 |
| * | xfs: export various function for the online scrubber | Darrick J. Wong | 2017-06-19 | 14 | -12/+41 |
| * | xfs: always compile the btree inorder check functions | Darrick J. Wong | 2017-06-19 | 6 | -26/+0 |
| * | xfs: remove double-underscore integer types | Darrick J. Wong | 2017-06-19 | 61 | -642/+634 |
| * | xfs: optimize _btree_query_all | Darrick J. Wong | 2017-06-19 | 1 | -5/+7 |
| * | xfs: remove bli from AIL before release on transaction abort | Brian Foster | 2017-06-19 | 1 | -9/+12 |
| * | xfs: release bli from transaction properly on fs shutdown | Brian Foster | 2017-06-19 | 1 | -7/+14 |
| * | xfs: avoid harmless gcc-7 warnings | Arnd Bergmann | 2017-06-19 | 1 | -2/+2 |
| * | xfs: remove lsn relevant fields from xfs_trans structure and its users | Shan Hai | 2017-06-19 | 3 | -26/+4 |
| * | xfs: remove XFS_HSIZE | Christoph Hellwig | 2017-06-19 | 2 | -6/+1 |
| * | xfs: dump transaction usage details on log reservation overrun | Brian Foster | 2017-06-19 | 3 | -6/+68 |
| * | xfs: refactor xlog_cil_insert_items() to facilitate transaction dump | Brian Foster | 2017-06-19 | 1 | -30/+32 |
| * | xfs: separate shutdown from ticket reservation print helper | Brian Foster | 2017-06-19 | 2 | -7/+9 |
| * | xfs: define fatal assert build time tunable | Brian Foster | 2017-06-19 | 3 | -2/+22 |