summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-10ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-05-10jbd2: fix potential double freeChengguang Xu3-33/+56
2019-05-10ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-04-30ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-04-28unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada5-16/+3455
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi9-21/+221
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2-1/+105
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi3-2075/+2138
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi3-0/+326
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi4-1/+197
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber4-12646/+3028
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber3-0/+756
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi6-0/+13915
2019-04-25ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-04-25ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2-0/+3
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o1-1/+1
2019-04-09ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2-4/+4
2019-04-07ext4: fix prefetchw of NULL pageLiu Xiang1-1/+2
2019-04-06jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-04-06ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers1-3/+0
2019-04-06ext4: make sanity check in mballoc more strictJan Kara1-1/+1
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-21/+34
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+24
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2019-03-29Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-17/+49
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong1-18/+24
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa1-0/+6
2019-03-28afs: Fix StoreData op marshallingDavid Howells2-4/+4
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-7/+8
2019-03-26Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-21/+72
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster1-10/+17
2019-03-25io_uring: offload write to async worker in case of -EAGAINRoman Penyaev1-1/+15
2019-03-25io_uring: fix big-endian compat signal mask handlingArnd Bergmann1-1/+9
2019-03-25xfs: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+8
2019-03-25locks: wake any locks blocked on request before deadlock checkJeff Layton1-0/+5
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-59/+58
2019-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+27
2019-03-24Merge tag '5.1-rc1-cifs-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-70/+102
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds3-233/+230
2019-03-23ext4: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+7