summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi2019-04-253-0/+326
* unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-254-1/+197
* unicode: reduce the size of utf8data[]Olaf Weber2019-04-254-12646/+3028
* unicode: introduce code for UTF-8 normalizationOlaf Weber2019-04-253-0/+756
* unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi2019-04-256-0/+13915
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-04-251-1/+1
* ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-252-0/+3
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-04-251-24/+34
* ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
* ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-101-1/+1
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-04-092-0/+52
* ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-072-4/+4
* ext4: fix prefetchw of NULL pageLiu Xiang2019-04-071-1/+2
* jbd2: check superblock mapped prior to committingJiufei Xue2019-04-061-0/+4
* ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-061-3/+0
* ext4: make sanity check in mballoc more strictJan Kara2019-04-061-1/+1
* jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-295-21/+34
|\
| * fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-03-291-1/+2
| * fs: fs_parser: fix printk format warningRandy Dunlap2019-03-291-1/+1
| * fs/proc/kcore.c: make kcore_modules staticYueHaibing2019-03-291-1/+1
| * ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-03-291-18/+24
| * fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-03-291-0/+6
* | Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-291-2/+24
|\ \
| * | io_uring: offload write to async worker in case of -EAGAINRoman Penyaev2019-03-251-1/+15
| * | io_uring: fix big-endian compat signal mask handlingArnd Bergmann2019-03-251-1/+9
* | | Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-291-1/+1
|\ \ \
| * | | ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
* | | | Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-03-295-17/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-03-261-10/+17
| * | | xfs: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-251-0/+8
| * | | xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
| * | | xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
| * | | xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
| * | | xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* | | | afs: Fix StoreData op marshallingDavid Howells2019-03-282-4/+4
* | | | Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-264-7/+8
|\ \ \ \
| * | | | pNFS/flexfiles: Fix layoutstats handling during read failoversTrond Myklebust2019-03-231-1/+4
| * | | | NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-03-231-1/+1
| * | | | NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-03-191-1/+2
| * | | | NFS: fix mount/umount race in nlmclnt.NeilBrown2019-03-181-2/+1
| * | | | NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-03-181-2/+0
| |/ / /
* | | | Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-266-21/+72
|\ \ \ \
| * | | | Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-03-201-8/+1
| * | | | btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-03-191-1/+1
| * | | | btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-03-191-2/+2
| * | | | btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-03-181-1/+2
| * | | | btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-03-131-1/+1
| * | | | Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana2019-03-131-6/+43
| * | | | btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-03-131-2/+9