]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - fs/ext4
USB: serial: whiteheat: fix line-speed endianness
[mirror_ubuntu-bionic-kernel.git] / fs / ext4 /
2019-10-16 Theodore Ts'oext4: fix punch hole for inline_data file systems
2019-10-16 Rakesh Panditext4: fix warning inside ext4_convert_unwritten_extents...
2019-09-26 Colin Ian Kingext4: unsigned int compared against zero
2019-09-26 Theodore Ts'oext4: fix block validity checks for journal inodes...
2019-09-26 Theodore Ts'oext4: don't perform block validity checks on the journa...
2019-09-26 Theodore Ts'oext4: protect journal inode's blocks using block_validity
2019-08-14 Theodore Ts'oext4: allow directory holes
2019-08-14 Ross Zwislerext4: use jbd2_inode dirty range scoping
2019-08-14 Theodore Ts'oext4: enforce the immutable flag on open files
2019-08-14 Darrick J. Wongext4: don't allow any modifications to an immutable...
2019-08-14 Jan Karaext4: wait for outstanding dio during truncate in nojou...
2019-08-14 Jan Karaext4: do not delete unlinked inode from orphan list...
2019-08-14 Andreas Dilgerext4: don't update s_rev_level if not required
2019-08-14 Jan Karaext4: avoid panic during forced reboot due to aborted...
2019-08-14 zhangyi (F)ext4: fix compile error when using BUFFER_TRACE
2019-08-14 Sahitya Tummalaext4: fix use-after-free in dx_release()
2019-08-14 Lukas Czernerext4: fix data corruption caused by overlapping unalign...
2019-08-14 Debabrata Banerjeeext4: fix ext4_show_options for file systems w/o journal
2019-08-14 Kirill Tkhaiext4: actually request zeroing of inode table after...
2019-08-14 Barret Rhodenext4: fix use-after-free race with debug_want_extra_isize
2019-08-14 Pan Bianext4: avoid drop reference to iloc.bh twice
2019-08-14 Theodore Ts'oext4: ignore e_value_offs for xattrs with value-in...
2019-08-14 Jan Karaext4: make sanity check in mballoc more strict
2019-08-14 Dan Carpenterext4: fix some error pointer dereferences
2019-08-14 Jan Karaext4: avoid panic during forced reboot
2019-08-14 Darrick J. Wongext4: prohibit fstrim in norecovery mode
2019-08-14 Lukas Czernerext4: report real fs size after failed resize
2019-08-14 Lukas Czernerext4: add missing brelse() in add_new_gdb_meta_bg()
2019-08-14 zhangyi (F)ext4: cleanup bh release code in ext4_ind_remove_space()
2019-08-14 zhangyi (F)ext4: brelse all indirect buffer in ext4_ind_remove_space()
2019-08-14 Lukas Czernerext4: fix data corruption caused by unaligned direct AIO
2019-08-14 Jiufei Xueext4: fix NULL pointer dereference while journal is...
2019-08-14 yangerkunext4: update quota information while swapping boot...
2019-08-14 yangerkunext4: cleanup pagecache before swap i_data
2019-08-14 yangerkunext4: fix check of inode in swap_inode_boot_loader
2019-08-14 Jan Karaext4: fix crash during online resizing
2019-08-14 yangerkunext4: add mask of ext4 flags to swap
2019-08-14 Theodore Ts'oext4: fix special inode number checks in __ext4_iget()
2019-08-14 Theodore Ts'oext4: track writeback errors using the generic tracking...
2019-08-14 Theodore Ts'oext4: avoid kernel warning when writing the superblock...
2019-08-14 Theodore Ts'oext4: fix a potential fiemap/page fault deadlock w...
2019-08-14 Theodore Ts'oext4: make sure enough credits are reserved for dioread...
2019-08-14 Theodore Ts'oext4: avoid declaring fs inconsistent due to invalid...
2019-08-14 Luis R. Rodriguezext4: add verifier check for symlink with append/immuta...
2019-08-14 Theodore Ts'oext4: check for shutdown and r/o file system in ext4_wr...
2019-08-14 Theodore Ts'oext4: force inode writes when nfsd calls commit_metadata()
2019-08-14 Theodore Ts'oext4: include terminating u32 in size of xattr entries...
2019-08-14 ruippan (潘睿)ext4: fix EXT4_IOC_GROUP_ADD ioctl
2019-08-14 Maurizio Lombardiext4: missing unlock/put_page() in ext4_try_to_write_in...
2019-08-14 Pan Bianext4: fix possible use after free in ext4_quota_enable
2019-08-14 Theodore Ts'oext4: add ext4_sb_bread() to disambiguate ENOMEM cases
2019-07-24 Vasily Averinext4: fix buffer leak in __ext4_read_dirblock() on...
2019-07-24 Vasily Averinext4: fix buffer leak in ext4_expand_extra_isize_ea...
2019-07-24 Vasily Averinext4: fix buffer leak in ext4_xattr_move_to_block(...
2019-07-24 Vasily Averinext4: release bs.bh before re-using in ext4_xattr_block...
2019-07-24 Vasily Averinext4: fix buffer leak in ext4_xattr_get_block() on...
2019-07-24 Vasily Averinext4: fix possible leak of s_journal_flag_rwsem in...
2019-07-24 Theodore Ts'oext4: fix possible leak of sbi->s_group_desc_leak in...
2019-07-24 Theodore Ts'oext4: avoid possible double brelse() in add_new_gdb...
2019-07-24 Vasily Averinext4: fix missing cleanup if ext4_alloc_flex_bg_array...
2019-07-24 Vasily Averinext4: avoid buffer leak in ext4_orphan_add() after...
2019-07-24 Vasily Averinext4: avoid buffer leak on shutdown in ext4_mark_iloc_d...
2019-07-24 Vasily Averinext4: fix possible inode leak in the retry loop of...
2019-07-24 Vasily Averinext4: missing !bh check in ext4_xattr_inode_write()
2019-07-24 Vasily Averinext4: avoid potential extra brelse in setup_new_flex_gr...
2019-07-24 Vasily Averinext4: add missing brelse() add_new_gdb_meta_bg()'s...
2019-07-24 Vasily Averinext4: add missing brelse() in set_flexbg_block_bitmap...
2019-07-24 Vasily Averinext4: add missing brelse() update_backups()'s error...
2019-07-24 Theodore Ts'oext4: fix EXT4_IOC_SWAP_BOOT
2019-07-24 Theodore Ts'oext4: fix use-after-free race in ext4_remount()'s error...
2019-07-24 Wang Shilongext4: propagate error from dquot_initialize() in EXT4_I...
2019-07-24 Wang Shilongext4: fix setattr project check in fssetxattr ioctl
2019-07-24 Lukas Czernerext4: initialize retries variable in ext4_da_write_inli...
2019-07-24 Theodore Ts'oext4: fix argument checking in EXT4_IOC_MOVE_EXT
2019-07-24 Toshi Kaniext4, dax: set ext4_dax_aops for dax files
2019-07-24 Eric Biggersext4: show test_dummy_encryption mount option in /proc...
2019-07-24 Li Dongyangext4: don't mark mmp buffer head dirty
2019-07-24 Theodore Ts'oext4: fix online resizing for bigalloc file systems...
2019-07-24 Theodore Ts'oext4: fix online resize's handling of a too-small final...
2019-07-24 Theodore Ts'oext4: recalucate superblock checksum after updating...
2019-07-24 Theodore Ts'oext4: avoid arithemetic overflow that can trigger a BUG
2019-07-24 Theodore Ts'oext4: avoid divide by zero fault when deleting corrupte...
2019-07-24 Theodore Ts'oext4: check to make sure the rename(2)'s destination...
2019-07-24 Wang Shilongext4: use ext4_warning() for sb_getblk failure
2019-07-24 Eric Sandeenext4: reset error code in ext4_find_entry in fallback
2019-07-24 Arnd Bergmannext4: sysfs: print ext4_super_block fields as little...
2019-07-24 Theodore Ts'oext4: check for NUL characters in extended attribute...
2019-07-24 Theodore Ts'oext4: clear mmp sequence number when remounting read...
2019-07-02 Sriram Rajagopalanext4: zero out the unused memory region in the extent...
2019-04-24 Jeremy Clineext4: fix spectre gadget in ext4_mb_regular_allocator()
2019-03-01 Theodore Ts'oext4: fix check to prevent initializing reserved inodes
2019-03-01 Theodore Ts'oext4: fix inline data updates with checksums enabled
2019-01-29 Theodore Ts'oext4: fix false negatives *and* false positives in...
2019-01-14 Dave Jiangdax: change bdev_dax_supported() to support boolean...
2019-01-14 Darrick J. Wongfs: allow per-device dax status checking for filesystems
2019-01-14 Jon Derrickext4: check superblock mapped prior to committing
2019-01-14 Theodore Ts'oext4: add more mount time checks of the superblock
2019-01-14 Theodore Ts'oext4: add more inode number paranoia checks
2019-01-14 Theodore Ts'oext4: avoid running out of journal credits when appendi...
2019-01-14 Theodore Ts'oext4: never move the system.data xattr out of the inode...
next