Age | Commit message (Expand) | Author | Files | Lines |
2015-11-14 | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 1 | -4/+6 |
2015-11-11 | vfs: remove unused wrapper block_page_mkwrite() | Ross Zwisler | 1 | -1/+1 |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
2015-09-09 | xfs: huge page fault support | Matthew Wilcox | 2 | -1/+30 |
2015-09-09 | dax: move DAX-related functions to a new header | Matthew Wilcox | 1 | -0/+1 |
2015-09-07 | Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 55 | -478/+861 |
2015-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+2 |
2015-09-05 | fs: create and use seq_show_option for escaping | Kees Cook | 1 | -2/+2 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -9/+6 |
2015-09-01 | Merge branch 'xfs-misc-fixes-for-4.3-4' into for-next | Dave Chinner | 4 | -5/+9 |
2015-08-28 | xfs: fix error gotos in xfs_setattr_nonsize | Eric Sandeen | 1 | -4/+4 |
2015-08-28 | xfs: add mssing inode cache attempts counter increment | Lucas Stach | 1 | -0/+2 |
2015-08-28 | xfs: return errors from partial I/O failures to files | David Jeffery | 1 | -1/+2 |
2015-08-28 | libxfs: bad magic number should set da block buffer error | Darrick J. Wong | 1 | -0/+1 |
2015-08-25 | Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next | Dave Chinner | 7 | -24/+34 |
2015-08-25 | xfs: fix non-debug build warnings | Dave Chinner | 3 | -11/+15 |
2015-08-25 | xfs: collapse allocsize and biosize mount option handling | Eric Sandeen | 1 | -10/+2 |
2015-08-25 | xfs: Fix file type directory corruption for btree directories | Jan Kara | 1 | -1/+9 |
2015-08-25 | xfs: lockdep annotations throw warnings on non-debug builds | Dave Chinner | 1 | -1/+7 |
2015-08-25 | xfs: Fix uninitialized return value in xfs_alloc_fix_freelist() | Jan Kara | 1 | -1/+1 |
2015-08-20 | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next | Dave Chinner | 15 | -106/+235 |
2015-08-20 | xfs: inode lockdep annotations broke non-lockdep build | Dave Chinner | 1 | -2/+14 |
2015-08-19 | xfs: flush entire file on dio read/write to cached file | Brian Foster | 1 | -22/+29 |
2015-08-19 | xfs: Fix xfs_attr_leafblock definition | Jan Kara | 1 | -2/+9 |
2015-08-19 | libxfs: readahead of dir3 data blocks should use the read verifier | Darrick J. Wong | 1 | -1/+2 |
2015-08-19 | xfs: stop holding ILOCK over filldir callbacks | Dave Chinner | 4 | -19/+36 |
2015-08-19 | xfs: clean up inode lockdep annotations | Dave Chinner | 2 | -43/+110 |
2015-08-19 | xfs: swap leaf buffer into path struct atomically during path shift | Brian Foster | 1 | -9/+14 |
2015-08-19 | xfs: relocate sparse inode mount warning | Brian Foster | 2 | -3/+4 |
2015-08-19 | xfs: dquots should be stamped with sb_meta_uuid | Dave Chinner | 1 | -1/+1 |
2015-08-19 | xfs: log recovery needs to validate against sb_meta_uuid | Dave Chinner | 1 | -2/+12 |
2015-08-19 | xfs: growfs not aware of sb_meta_uuid | Dave Chinner | 1 | -3/+3 |
2015-08-19 | xfs: fix sb_meta_uuid usage | Dave Chinner | 1 | -1/+1 |
2015-08-19 | xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get | Eric Sandeen | 1 | -0/+2 |
2015-08-19 | Merge branch 'xfs-efi-rework' into for-next | Dave Chinner | 21 | -234/+420 |
2015-08-19 | xfs: add missing bmap cancel calls in error paths | Brian Foster | 4 | -36/+41 |
2015-08-19 | xfs: add helper to conditionally remove items from the AIL | Brian Foster | 5 | -33/+21 |
2015-08-19 | xfs: fix btree cursor error cleanups | Brian Foster | 2 | -2/+3 |
2015-08-19 | xfs: clean up root inode properly on mount failure | Brian Foster | 1 | -0/+2 |
2015-08-19 | xfs: checksum log record ext headers based on record size | Brian Foster | 1 | -1/+6 |
2015-08-19 | xfs: fix broken icreate log item cancellation | Brian Foster | 1 | -12/+37 |
2015-08-19 | xfs: icreate log item recovery and cancellation tracepoints | Brian Foster | 2 | -1/+38 |
2015-08-19 | xfs: don't leave EFIs on AIL on mount failure | Brian Foster | 5 | -22/+100 |
2015-08-19 | xfs: use EFI refcount consistently in log recovery | Brian Foster | 2 | -57/+43 |
2015-08-19 | xfs: ensure EFD trans aborts on log recovery extent free failure | Brian Foster | 4 | -30/+36 |
2015-08-19 | xfs: fix efi/efd error handling to avoid fs shutdown hangs | Brian Foster | 3 | -67/+111 |
2015-08-19 | xfs: return committed status from xfs_trans_roll() | Brian Foster | 2 | -2/+14 |
2015-08-19 | xfs: disentagle EFI release from the extent count | Brian Foster | 4 | -14/+11 |
2015-08-15 | introduce __sb_writers_{acquired,release}() helpers | Oleg Nesterov | 1 | -4/+2 |
2015-08-13 | block: remove bio_get_nr_vecs() | Kent Overstreet | 1 | -2/+1 |