summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-191-2/+1Star
| * NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-03-181-2/+0Star
* | 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/+1Star
| * | 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
| * | Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-03-131-0/+13
* | | locks: wake any locks blocked on request before deadlock checkJeff Layton2019-03-251-0/+5
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-247-59/+58Star
|\ \ \
| * | | ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-231-0/+7
| * | | ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22Star
| * | | ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
| * | | ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
| * | | ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9
| * | | ext4: remove useless ext4_pin_inode()Jason Yan2019-03-151-30/+0Star
| * | | ext4: avoid panic during forced rebootJan Kara2019-03-151-3/+13
| * | | ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-151-1/+1
| * | | ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-151-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-241-0/+27
|\ \ \ \
| * | | | x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-0/+27
| | |_|/ | |/| |
* | | | Merge tag '5.1-rc1-cifs-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-03-246-70/+102
|\ \ \ \
| * | | | cifs: update internal module version numberSteve French2019-03-231-1/+1
| * | | | SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-231-1/+4
| * | | | cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)2019-03-231-3/+3
| * | | | cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-231-2/+6
| * | | | fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-231-1/+2
| * | | | cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng2019-03-231-1/+1
| * | | | CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li2019-03-231-30/+41
| * | | | CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li2019-03-231-32/+45
* | | | | Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-233-233/+230Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-182-10/+14
| * | | | iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-181-0/+3
| * | | | io_uring: retry bulk slab allocs as single allocsJens Axboe2019-03-181-5/+14
| * | | | io_uring: fix poll racesJens Axboe2019-03-151-55/+56
| * | | | io_uring: fix fget/fput handlingJens Axboe2019-03-151-133/+97Star
| * | | | io_uring: add prepped flagJens Axboe2019-03-151-5/+6
| * | | | io_uring: make io_read/write return an integerJens Axboe2019-03-151-10/+9Star
| * | | | io_uring: use regular request ref countsJens Axboe2019-03-151-19/+35
* | | | | Merge tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-213-4/+10
|\ \ \ \ \
| * | | | | udf: Propagate errors from udf_truncate_extents()Jan Kara2019-03-183-5/+8
| * | | | | udf: Fix crash on IO error during truncateJan Kara2019-03-181-0/+3
| | |/ / / | |/| | |