| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "kernfs: do not account ino_ida allocations to memcg" | Vladimir Davydov | 2016-01-14 | 1 | -8/+1 |
* | ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h | Joseph Qi | 2016-01-14 | 1 | -11/+0 |
* | ocfs2: dlm: remove redundant code | Junxiao Bi | 2016-01-14 | 1 | -5/+1 |
* | ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del | Joseph Qi | 2016-01-14 | 1 | -9/+9 |
* | ocfs2/dlm: do not insert a new mle when another process is already migrating | xuejiufei | 2016-01-14 | 1 | -2/+3 |
* | ocfs2/dlm: ignore cleaning the migration mle that is inuse | xuejiufei | 2016-01-14 | 1 | -11/+15 |
* | ocfs2: do not lock/unlock() inode DLM lock | Goldwyn Rodrigues | 2016-01-14 | 1 | -8/+0 |
* | ocfs2: fix slot overwritten if storage link down during mount | jiangyiwen | 2016-01-14 | 1 | -1/+10 |
* | ocfs2/dlm: return appropriate value when dlm_grab() returns NULL | Xue jiufei | 2016-01-14 | 2 | -2/+2 |
* | ocfs2: clean up redundant NULL check before iput | Joseph Qi | 2016-01-14 | 7 | -25/+11 |
* | ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock... | jiangyiwen | 2016-01-14 | 1 | -1/+1 |
* | ocfs2: constify ocfs2_extent_tree_operations structures | Julia Lawall | 2016-01-14 | 2 | -7/+7 |
* | ocfs2/dlm: fix a race between purge and migration | Xue jiufei | 2016-01-14 | 1 | -1/+8 |
* | ocfs2: o2hb: increase unsteady iterations | Junxiao Bi | 2016-01-14 | 1 | -2/+2 |
* | ocfs2: return non-zero st_blocks for inline data | John Haxby | 2016-01-14 | 1 | -0/+8 |
* | ocfs2: optimize bad declarations and redundant assignment | Norton.Zhu | 2016-01-14 | 1 | -6/+2 |
* | logfs: fix logfs build errors and dependencies | Arnd Bergmann | 2016-01-14 | 1 | -1/+1 |
* | fsnotify: destroy marks with call_srcu instead of dedicated thread | Jeff Layton | 2016-01-14 | 1 | -52/+14 |
* | fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes | Geliang Tang | 2016-01-14 | 1 | -2/+1 |
* | Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 45 | -443/+852 |
|\ |
|
| * | Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next | Dave Chinner | 2016-01-12 | 18 | -234/+159 |
| |\ |
|
| | * | xfs: handle dquot buffer readahead in log recovery correctly | Dave Chinner | 2016-01-12 | 5 | -9/+41 |
| | * | xfs: inode recovery readahead can race with inode buffer creation | Dave Chinner | 2016-01-12 | 2 | -5/+14 |
| | * | xfs: eliminate committed arg from xfs_bmap_finish | Eric Sandeen | 2016-01-11 | 10 | -218/+68 |
| | * | xfs: bmapbt checking on debug kernels too expensive | Dave Chinner | 2016-01-08 | 1 | -2/+8 |
| | * | xfs: add tracepoints to readpage calls | Dave Chinner | 2016-01-08 | 2 | -0/+28 |
| * | | Merge branch 'xfs-dax-fixes-for-4.5' into for-next | Dave Chinner | 2016-01-05 | 2 | -12/+24 |
| |\ \ |
|
| | * | | xfs: fix recursive splice read locking with DAX | Dave Chinner | 2016-01-04 | 1 | -9/+16 |
| | * | | xfs: Don't use reserved blocks for data blocks with DAX | Dave Chinner | 2016-01-04 | 1 | -3/+8 |
| * | | | Merge branch 'xfs-misc-fixes-for-4.5' into for-next | Dave Chinner | 2016-01-05 | 28 | -83/+126 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | XFS: Use a signed return type for suffix_kstrtoint() | Markus Elfring | 2016-01-04 | 1 | -1/+1 |
| | * | | libxfs: refactor short btree block verification | Darrick J. Wong | 2016-01-04 | 4 | -54/+67 |
| | * | | libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct | Darrick J. Wong | 2016-01-04 | 1 | -1/+1 |
| | * | | libxfs: use a convenience variable instead of open-coding the fork | Darrick J. Wong | 2016-01-04 | 1 | -11/+12 |
| | * | | xfs: fix log ticket type printing | Darrick J. Wong | 2016-01-04 | 1 | -2/+4 |
| | * | | libxfs: make xfs_alloc_fix_freelist non-static | Darrick J. Wong | 2016-01-04 | 2 | -1/+2 |
| | * | | xfs: make xfs_buf_ioend_async() static | Alexander Kuleshov | 2016-01-04 | 1 | -1/+1 |
| | * | | xfs: send warning of project quota to userspace via netlink | Masatake YAMATO | 2016-01-04 | 1 | -5/+9 |
| | * | | xfs: get mp from bma->ip in xfs_bmap code | Eric Sandeen | 2016-01-04 | 1 | -2/+2 |
| | * | | xfs: print name of verifier if it fails | Eric Sandeen | 2016-01-04 | 18 | -2/+24 |
| | * | | libxfs: Optimize the loop for xfs_bitmap_empty | Jia He | 2016-01-04 | 1 | -3/+3 |
| | |/ |
|
| * | | xfs: debug mode log record crc error injection | Brian Foster | 2016-01-05 | 3 | -7/+77 |
| * | | xfs: detect and trim torn writes during log recovery | Brian Foster | 2016-01-05 | 1 | -20/+289 |
| * | | xfs: refactor log record start detection into a new helper | Brian Foster | 2016-01-04 | 1 | -35/+83 |
| * | | xfs: support a crc verification only log record pass | Brian Foster | 2016-01-04 | 2 | -5/+20 |
| * | | xfs: return start block of first bad log record during recovery | Brian Foster | 2016-01-04 | 1 | -4/+16 |
| * | | xfs: refactor and open code log record crc check | Brian Foster | 2016-01-04 | 1 | -46/+26 |
| * | | xfs: refactor log record unpack and data processing | Brian Foster | 2016-01-04 | 1 | -12/+23 |
| * | | xfs: detect and handle invalid iclog size set by mkfs | Brian Foster | 2016-01-04 | 1 | -1/+25 |
| |/ |
|
* | | Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2016-01-13 | 19 | -725/+1214 |
|\ \ |
|