summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-05-22ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2019-05-12unicode: update to Unicode 12.1.0 finalTheodore Ts'o
2019-05-12unicode: add missing check for an error return from utf8lookup()Theodore Ts'o
2019-05-12ext4: fix miscellaneous sparse warningsTheodore Ts'o
2019-05-10ext4: unsigned int compared against zeroColin Ian King
2019-05-10ext4: fix use-after-free in dx_release()Sahitya Tummala
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-05-10jbd2: fix potential double freeChengguang Xu
2019-05-10ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o
2019-04-30ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-04-28unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi
2019-04-25ext4: actually request zeroing of inode table after growKirill Tkhai
2019-04-25ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o
2019-04-09ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann
2019-04-07ext4: fix prefetchw of NULL pageLiu Xiang
2019-04-06jbd2: check superblock mapped prior to committingJiufei Xue
2019-04-06ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers
2019-04-06ext4: make sanity check in mballoc more strictJan Kara
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-29Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa
2019-03-28afs: Fix StoreData op marshallingDavid Howells
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-26Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster
2019-03-25io_uring: offload write to async worker in case of -EAGAINRoman Penyaev
2019-03-25io_uring: fix big-endian compat signal mask handlingArnd Bergmann