| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-19 | ext4: check for shutdown and r/o file system in ext4_write_inode() | Theodore Ts'o | 1 | -2/+7 |
| 2018-12-19 | ext4: force inode writes when nfsd calls commit_metadata() | Theodore Ts'o | 1 | -0/+11 |
| 2018-12-19 | ext4: avoid declaring fs inconsistent due to invalid file handles | Theodore Ts'o | 8 | -41/+65 |
| 2018-12-19 | ext4: include terminating u32 in size of xattr entries when expanding inodes | Theodore Ts'o | 1 | -1/+1 |
| 2018-12-10 | ext4: compare old and new mode before setting update_mode flag | Chengguang Xu | 1 | -1/+2 |
| 2018-12-04 | ext4: fix EXT4_IOC_GROUP_ADD ioctl | ruippan (潘睿) | 1 | -1/+1 |
| 2018-12-04 | ext4: hard fail dax mount on unsupported devices | Eric Sandeen | 1 | -3/+3 |
| 2018-12-04 | ext4: remove redundant condition check | Chengguang Xu | 1 | -16/+13 |
| 2018-12-04 | ext4: clean up indentation issues, remove extraneous tabs | Colin Ian King | 2 | -7/+7 |
| 2018-12-04 | ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() | Maurizio Lombardi | 1 | -1/+4 |
| 2018-12-03 | ext4: fix possible use after free in ext4_quota_enable | Pan Bian | 1 | -1/+1 |
| 2018-11-25 | ext4: add ext4_sb_bread() to disambiguate ENOMEM cases | Theodore Ts'o | 5 | -94/+115 |
| 2018-11-11 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -31/+51 |
| 2018-11-09 | ext4: missing !bh check in ext4_xattr_inode_write() | Vasily Averin | 1 | -0/+6 |
| 2018-11-07 | ext4: fix buffer leak in __ext4_read_dirblock() on error path | Vasily Averin | 1 | -0/+1 |
| 2018-11-07 | ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path | Vasily Averin | 1 | -2/+5 |
| 2018-11-07 | ext4: fix buffer leak in ext4_xattr_move_to_block() on error path | Vasily Averin | 1 | -0/+2 |
| 2018-11-07 | ext4: release bs.bh before re-using in ext4_xattr_block_find() | Vasily Averin | 1 | -0/+2 |
| 2018-11-07 | ext4: fix buffer leak in ext4_xattr_get_block() on error path | Vasily Averin | 1 | -1/+3 |
| 2018-11-07 | ext4: fix possible leak of s_journal_flag_rwsem in error path | Vasily Averin | 1 | -0/+1 |
| 2018-11-07 | ext4: fix possible leak of sbi->s_group_desc_leak in error path | Theodore Ts'o | 1 | -8/+8 |
| 2018-11-06 | ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref() | Vasily Averin | 1 | -5/+1 |
| 2018-11-06 | ext4: avoid possible double brelse() in add_new_gdb() on error path | Theodore Ts'o | 1 | -0/+1 |
| 2018-11-06 | ext4: avoid buffer leak in ext4_orphan_add() after prior errors | Vasily Averin | 1 | -1/+3 |
| 2018-11-06 | ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() | Vasily Averin | 1 | -2/+3 |
| 2018-11-06 | ext4: fix possible inode leak in the retry loop of ext4_resize_fs() | Vasily Averin | 1 | -0/+4 |
| 2018-11-06 | ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing | Vasily Averin | 1 | -1/+1 |
| 2018-11-03 | ext4: add missing brelse() update_backups()'s error path | Vasily Averin | 1 | -1/+3 |
| 2018-11-03 | ext4: add missing brelse() add_new_gdb_meta_bg()'s error path | Vasily Averin | 1 | -2/+1 |
| 2018-11-03 | ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path | Vasily Averin | 1 | -2/+4 |
| 2018-11-03 | ext4: avoid potential extra brelse in setup_new_flex_group_blocks() | Vasily Averin | 1 | -6/+2 |
| 2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2018-11-01 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+3 |
| 2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -1/+1 |
| 2018-11-01 | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed... | Linus Torvalds | 1 | -9/+0 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
| 2018-10-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 13 | -452/+1257 |
| 2018-10-21 | pagevec: Use xa_mark_t | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-12 | ext4: fix use-after-free race in ext4_remount()'s error path | Theodore Ts'o | 2 | -26/+50 |
| 2018-10-10 | ext4: don't open-code ERR_CAST | Al Viro | 2 | -3/+3 |
| 2018-10-06 | ext4: cache NULL when both default_acl and acl are NULL | Chengguang Xu | 1 | -0/+4 |
| 2018-10-03 | ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR | Wang Shilong | 1 | -1/+3 |
| 2018-10-03 | ext4: fix setattr project check in fssetxattr ioctl | Wang Shilong | 1 | -23/+37 |
| 2018-10-02 | ext4: convert fault handler to use vm_fault_t type | Souptick Joarder | 2 | -16/+17 |
| 2018-10-02 | ext4: initialize retries variable in ext4_da_write_inline_data_begin() | Lukas Czerner | 1 | -1/+1 |
| 2018-10-02 | ext4: fix EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 1 | -6/+27 |
| 2018-10-02 | ext4: fix build error when DX_DEBUG is defined | Gabriel Krisman Bertazi | 1 | -1/+1 |
| 2018-10-02 | ext4: fix argument checking in EXT4_IOC_MOVE_EXT | Theodore Ts'o | 1 | -2/+6 |
| 2018-10-01 | ext4: fix reserved cluster accounting at page invalidation time | Eric Whitney | 3 | -19/+95 |
| 2018-10-01 | ext4: adjust reserved cluster count when removing extents | Eric Whitney | 4 | -114/+198 |
| 2018-10-01 | ext4: reduce reserved cluster count by number of allocated clusters | Eric Whitney | 3 | -160/+207 |
| 2018-10-01 | ext4: fix reserved cluster accounting at delayed write time | Eric Whitney | 5 | -18/+206 |
| 2018-10-01 | ext4: add new pending reservation mechanism | Eric Whitney | 4 | -0/+249 |
| 2018-10-01 | ext4: generalize extents status tree search functions | Eric Whitney | 5 | -72/+163 |
| 2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 8 | -26/+72 |
| 2018-09-30 | Compiler Attributes: ext4: remove local __nonstring definition | Miguel Ojeda | 1 | -9/+0 |
| 2018-09-21 | blkcg: associate writeback bios with a blkg | Dennis Zhou (Facebook) | 1 | -1/+1 |
| 2018-09-17 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 8 | -26/+72 |
| 2018-09-15 | ext4, dax: set ext4_dax_aops for dax files | Toshi Kani | 1 | -1/+1 |
| 2018-09-15 | ext4, dax: add ext4_bmap to ext4_dax_aops | Toshi Kani | 1 | -0/+1 |
| 2018-09-15 | ext4: don't mark mmp buffer head dirty | Li Dongyang | 1 | -1/+0 |
| 2018-09-15 | ext4: show test_dummy_encryption mount option in /proc/mounts | Eric Biggers | 1 | -0/+2 |
| 2018-09-11 | ext4: close race between direct IO and ext4_break_layouts() | Ross Zwisler | 1 | -6/+3 |
| 2018-09-03 | ext4: fix online resizing for bigalloc file systems with a 1k block size | Theodore Ts'o | 1 | -1/+2 |
| 2018-09-03 | ext4: fix online resize's handling of a too-small final block group | Theodore Ts'o | 1 | -0/+20 |
| 2018-09-01 | ext4: recalucate superblock checksum after updating free blocks/inodes | Theodore Ts'o | 1 | -0/+2 |
| 2018-09-01 | ext4: avoid arithemetic overflow that can trigger a BUG | Theodore Ts'o | 2 | -2/+9 |
| 2018-08-27 | ext4: avoid divide by zero fault when deleting corrupted inline directories | Theodore Ts'o | 2 | -12/+12 |
| 2018-08-27 | ext4: check to make sure the rename(2)'s destination is not freed | Theodore Ts'o | 1 | -0/+6 |
| 2018-08-27 | ext4: add nonstring annotations to ext4.h | Theodore Ts'o | 1 | -3/+14 |
| 2018-08-17 | ext4: readpages() should submit IO as read-ahead | Jens Axboe | 3 | -5/+7 |
| 2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 1 | -1/+1 |
| 2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -4/+7 |
| 2018-08-04 | ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa() | zhong jiang | 1 | -2/+1 |
| 2018-08-02 | ext4: improve code readability in ext4_iget() | Liu Song | 1 | -10/+7 |
| 2018-08-02 | ext4: fix spectre gadget in ext4_mb_regular_allocator() | Jeremy Cline | 1 | -1/+3 |
| 2018-08-01 | ext4: check for NUL characters in extended attribute's name | Theodore Ts'o | 1 | -0/+2 |
| 2018-08-01 | ext4: use ext4_warning() for sb_getblk failure | Wang Shilong | 2 | -6/+6 |
| 2018-07-29 | ext4: fix race when setting the bitmap corrupted flag | Wang Shilong | 1 | -11/+11 |
| 2018-07-29 | ext4: reset error code in ext4_find_entry in fallback | Eric Sandeen | 1 | -0/+1 |
| 2018-07-29 | ext4: handle layout changes to pinned DAX mappings | Ross Zwisler | 4 | -0/+68 |
| 2018-07-29 | ext4: use swap macro in mext_page_double_lock | Gustavo A. R. Silva | 1 | -3/+1 |
| 2018-07-29 | ext4: check allocation failure when duplicating "data" in ext4_remount() | Chengguang Xu | 1 | -0/+3 |
| 2018-07-29 | ext4: fix warning message in ext4_enable_quotas() | Junichi Uekawa | 1 | -3/+3 |
| 2018-07-29 | ext4: super: extend timestamps to 40 bits | Arnd Bergmann | 3 | -12/+55 |
| 2018-07-29 | ext4: use timespec64 for all inode times | Arnd Bergmann | 2 | -14/+10 |
| 2018-07-29 | ext4: use ktime_get_real_seconds for i_dtime | Arnd Bergmann | 1 | -1/+1 |
| 2018-07-29 | ext4: use 64-bit timestamps for mmp_time | Arnd Bergmann | 1 | -3/+3 |
| 2018-07-29 | ext4: sysfs: print ext4_super_block fields as little-endian | Arnd Bergmann | 1 | -3/+10 |
| 2018-07-29 | ext4: fix check to prevent initializing reserved inodes | Theodore Ts'o | 2 | -8/+5 |
| 2018-07-18 | block: Define and use STAT_READ and STAT_WRITE | Michael Callahan | 2 | -4/+7 |
| 2018-07-12 | ext4: check for allocation block validity with block group locked | Theodore Ts'o | 2 | -0/+6 |
| 2018-07-10 | ext4: fix inline data updates with checksums enabled | Theodore Ts'o | 2 | -17/+18 |
| 2018-07-08 | ext4: clear mmp sequence number when remounting read-only | Theodore Ts'o | 2 | -5/+4 |
| 2018-07-08 | ext4: fix false negatives *and* false positives in ext4_check_descriptors() | Theodore Ts'o | 1 | -3/+2 |
| 2018-07-08 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -95/+147 |
| 2018-07-02 | ext4: check superblock mapped prior to committing | Jon Derrick | 1 | -0/+8 |
| 2018-06-17 | ext4: add more mount time checks of the superblock | Theodore Ts'o | 1 | -11/+26 |
| 2018-06-17 | ext4: add more inode number paranoia checks | Theodore Ts'o | 3 | -6/+7 |
| 2018-06-16 | ext4: avoid running out of journal credits when appending to an inline file | Theodore Ts'o | 3 | -57/+3 |
| 2018-06-16 | ext4: never move the system.data xattr out of the inode body | Theodore Ts'o | 1 | -0/+5 |
| 2018-06-15 | ext4: clear i_data in ext4_inode_info when removing inline data | Theodore Ts'o | 1 | -0/+1 |
| 2018-06-15 | ext4: include the illegal physical block in the bad map ext4_error msg | Theodore Ts'o | 1 | -2/+2 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -17/+23 |
| 2018-06-14 | ext4: verify the depth of extent tree in ext4_find_extent() | Theodore Ts'o | 2 | -0/+7 |
| 2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 3 | -17/+23 |
| 2018-06-14 | ext4: only look at the bg_flags field if it is valid | Theodore Ts'o | 4 | -6/+36 |
| 2018-06-13 | ext4: make sure bitmaps and the inode table don't overlap with bg descriptors | Theodore Ts'o | 1 | -0/+25 |
| 2018-06-13 | ext4: always check block group bounds in ext4_init_block_bitmap() | Theodore Ts'o | 1 | -7/+3 |
| 2018-06-13 | ext4: always verify the magic number in xattr blocks | Theodore Ts'o | 1 | -3/+3 |
| 2018-06-13 | ext4: add corruption check in ext4_xattr_set_entry() | Theodore Ts'o | 1 | -2/+8 |
| 2018-06-12 | ext4: add warn_on_error mount option | Theodore Ts'o | 2 | -1/+13 |
| 2018-06-12 | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook | 1 | -3/+3 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -4/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -4/+6 |
| 2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -1/+1 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 3 | -17/+23 |
| 2018-06-05 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+1 |
| 2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -4/+3 |
| 2018-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 14 | -143/+226 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -66/+14 |
| 2018-06-01 | iomap: inline data should be an iomap type, not a flag | Christoph Hellwig | 1 | -2/+2 |
| 2018-05-31 | dax: change bdev_dax_supported() to support boolean returns | Dave Jiang | 1 | -2/+1 |
| 2018-05-31 | fs: allow per-device dax status checking for filesystems | Darrick J. Wong | 1 | -1/+1 |
| 2018-05-25 | ext4: fix fencepost error in check for inode count overflow during resize | Jan Kara | 1 | -1/+1 |
| 2018-05-23 | ext4: correctly handle a zero-length xattr with a non-zero e_value_offs | Theodore Ts'o | 1 | -1/+1 |
| 2018-05-22 | ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() | Theodore Ts'o | 1 | -3/+7 |
| 2018-05-22 | ext4: do not allow external inodes for inline data | Theodore Ts'o | 1 | -0/+6 |
| 2018-05-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -4/+2 |
| 2018-05-20 | ext4: report delalloc reserve as non-free in statfs for project quota | Konstantin Khlebnikov | 1 | -1/+2 |
| 2018-05-20 | ext4: remove NULL check before calling kmem_cache_destroy() | Sean Fu | 2 | -4/+2 |
| 2018-05-20 | fscrypt: make fscrypt_operations.max_namelen an integer | Eric Biggers | 1 | -7/+1 |
| 2018-05-16 | ext4: simplify procfs code | Christoph Hellwig | 3 | -66/+14 |
| 2018-05-13 | ext4: handle errors on ext4_commit_super | Jaegeuk Kim | 1 | -14/+21 |
| 2018-05-13 | ext4: do not update s_last_mounted of a frozen fs | Amir Goldstein | 1 | -5/+9 |
| 2018-05-13 | ext4: factor out helper ext4_sample_last_mounted() | Amir Goldstein | 1 | -36/+46 |
| 2018-05-13 | ext4: update mtime in ext4_punch_hole even if no blocks are released | Lukas Czerner | 1 | -18/+18 |
| 2018-05-13 | ext4: add verifier check for symlink with append/immutable flags | Luis R. Rodriguez | 1 | -0/+7 |
| 2018-05-13 | fs: ext4: add new return type vm_fault_t | Souptick Joarder | 1 | -3/+4 |
| 2018-05-12 | ext4: fix hole length detection in ext4_ind_map_blocks() | Jan Kara | 1 | -4/+10 |
| 2018-05-12 | ext4: mark block bitmap corrupted when found | Wang Shilong | 2 | -0/+10 |
| 2018-05-12 | ext4: mark inode bitmap corrupted when found | Wang Shilong | 1 | -4/+9 |
| 2018-05-12 | ext4: add new ext4_mark_group_bitmap_corrupted() helper | Wang Shilong | 5 | -48/+52 |
| 2018-05-12 | ext4: fix wrong return value in ext4_read_inode_bitmap() | Wang Shilong | 1 | -1/+1 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -4/+2 |
| 2018-05-10 | ext4: use raw i_version value for ea_inode | Eryu Guan | 1 | -2/+22 |
| 2018-05-10 | ext4: use XATTR_CREATE in ext4_initxattrs() | Eryu Guan | 1 | -1/+1 |
| 2018-05-10 | ext4: make function ‘ext4_getfsmap_find_fixed_metadata’ static | Mathieu Malaterre | 1 | -2/+2 |
| 2018-05-02 | fscrypt: allow synchronous bio decryption | Eric Biggers | 1 | -1/+1 |
| 2018-04-28 | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -9/+17 |
| 2018-04-26 | ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs | Theodore Ts'o | 1 | -0/+1 |
| 2018-04-24 | ext4: fix bitmap position validation | Lukas Czerner | 1 | -4/+5 |
| 2018-04-12 | ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS | Eric Biggers | 1 | -5/+11 |
| 2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -11/+31 |
| 2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-04-01 | ext4: force revalidation of directory pointer after seekdir(2) | Theodore Ts'o | 1 | -3/+5 |
| 2018-03-30 | ext4: add extra checks to ext4_xattr_block_get() | Theodore Ts'o | 2 | -7/+30 |
| 2018-03-30 | ext4: add bounds checking to ext4_xattr_find_entry() | Theodore Ts'o | 1 | -11/+17 |
| 2018-03-30 | ext4: move call to ext4_error() into ext4_xattr_check_block() | Theodore Ts'o | 1 | -33/+27 |
| 2018-03-30 | ext4, dax: introduce ext4_dax_aops | Dan Williams | 1 | -11/+31 |
| 2018-03-30 | ext4: don't show data=<mode> option if defaulted | Tyson Nottingham | 1 | -2/+5 |
| 2018-03-30 | ext4: omit init_itable=n in procfs when disabled | Tyson Nottingham | 1 | -1/+1 |
| 2018-03-30 | ext4: show more binary mount options in procfs | Tyson Nottingham | 1 | -3/+4 |
| 2018-03-30 | ext4: simplify kobject usage | Tyson Nottingham | 1 | -33/+12 |
| 2018-03-30 | ext4: remove unused parameters in sysfs code | Tyson Nottingham | 1 | -15/+10 |
| 2018-03-30 | ext4: null out kobject* during sysfs cleanup | Tyson Nottingham | 1 | -0/+2 |
| 2018-03-29 | ext4: don't allow r/w mounts if metadata blocks overlap the superblock | Theodore Ts'o | 1 | -0/+6 |
| 2018-03-29 | ext4: always initialize the crc32c checksum driver | Theodore Ts'o | 1 | -9/+6 |
| 2018-03-29 | ext4: fail ext4_iget for root directory if unallocated | Theodore Ts'o | 1 | -0/+6 |
| 2018-03-29 | ext4: limit xattr size to INT_MAX | Eric Biggers | 1 | -3/+6 |
| 2018-03-28 | fs: move I_DIRTY_INODE to fs.h | Christoph Hellwig | 1 | -2/+2 |
| 2018-03-26 | ext4: add validity checks for bitmap block numbers | Theodore Ts'o | 2 | -2/+21 |
| 2018-03-26 | ext4: fix comments in ext4_swap_extents() | zhenwei.pi | 1 | -2/+2 |
| 2018-03-26 | ext4: use generic_writepages instead of __writepage/write_cache_pages | Goldwyn Rodrigues | 1 | -14/+1 |
| 2018-03-22 | ext4: don't complain about incorrect features when probing | Eric Sandeen | 1 | -0/+12 |
| 2018-03-22 | ext4: remove EXT4_STATE_DIOREAD_LOCK flag | Nikolay Borisov | 6 | -54/+10 |
| 2018-03-22 | ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin() | Jiri Slaby | 1 | -1/+1 |
| 2018-03-22 | ext4: update i_disksize if direct write past ondisk size | Eryu Guan | 1 | -3/+5 |
| 2018-03-22 | ext4: protect i_disksize update by i_data_sem in direct write path | Eryu Guan | 1 | -3/+2 |
| 2018-02-19 | ext4: don't update checksum of new initialized bitmaps | Theodore Ts'o | 2 | -46/+4 |
| 2018-02-18 | ext4: pass -ESHUTDOWN code to jbd2 layer | Theodore Ts'o | 1 | -2/+2 |
| 2018-02-18 | ext4: eliminate sleep from shutdown ioctl | Theodore Ts'o | 1 | -3/+1 |
| 2018-02-18 | ext4: shutdown should not prevent get_write_access | Theodore Ts'o | 1 | -7/+0 |
| 2018-02-18 | ext4: add tracepoints for shutdown and file system errors | Theodore Ts'o | 2 | -0/+5 |
| 2018-02-07 | Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+3 |
| 2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+6 |
| 2018-02-04 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -83/+22 |
| 2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+7 |
| 2018-02-03 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 25 | -165/+115 |
| 2018-02-01 | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli | 2 | -3/+3 |
| 2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -3/+0 |
| 2018-01-29 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -17/+28 |
| 2018-01-29 | ext4: convert to new i_version API | Jeff Layton | 7 | -17/+26 |
| 2018-01-29 | fs: new API for handling inode->i_version | Jeff Layton | 2 | -0/+2 |
| 2018-01-19 | ext4: auto disable dax instead of failing mount | Dan Williams | 1 | -3/+6 |
| 2018-01-15 | ext4: Define usercopy region in ext4_inode_cache slab cache | David Windsor | 1 | -5/+7 |
| 2018-01-11 | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() | Eric Biggers | 1 | -3/+1 |
| 2018-01-11 | ext4: switch to fscrypt_get_symlink() | Eric Biggers | 1 | -37/+6 |
| 2018-01-11 | ext4: switch to fscrypt ->symlink() helper functions | Eric Biggers | 1 | -43/+15 |
| 2018-01-11 | ext4: create ext4_kset dynamically | Riccardo Schirone | 1 | -14/+25 |