summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-247-59/+58
|\
| * 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/+22
| * 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-141-30/+0
| * ext4: avoid panic during forced rebootJan Kara2019-03-141-3/+13
| * ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-141-1/+1
| * ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-141-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-221-1/+1
| * | | SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-221-1/+4
| * | | cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)2019-03-221-3/+3
| * | | cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-221-2/+6
| * | | fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-221-1/+2
| * | | cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng2019-03-221-1/+1
| * | | CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li2019-03-221-30/+41
| * | | CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li2019-03-221-32/+45
* | | | Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-233-233/+230
|\ \ \ \ | |/ / / |/| | |
| * | | 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/+97
| * | | io_uring: add prepped flagJens Axboe2019-03-141-5/+6
| * | | io_uring: make io_read/write return an integerJens Axboe2019-03-141-10/+9
| * | | io_uring: use regular request ref countsJens Axboe2019-03-141-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
| | |/ / | |/| |
* | | | Merge tag 'fsnotify_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-212-3/+16
|\ \ \ \ | |/ / / |/| | |
| * | | fanotify: Allow copying of file handle to userspaceJan Kara2019-03-191-1/+11
| * | | inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-03-111-2/+5
| |/ /
* | | Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds2019-03-175-30/+53
|\ \ \
| * | | 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-035-30/+53
* | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+9
|\ \ \ \
| * | | | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+9
* | | | | Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-161-1/+1
|\ \ \ \ \
| * | | | | pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-03-121-1/+1
* | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-161-3/+5
|\ \ \ \ \ \
| * | | | | | fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro2019-03-161-3/+5
* | | | | | | Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-03-1515-349/+957
|\ \ \ \ \ \ \
| * | | | | | | CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-03-141-1/+13
| * | | | | | | SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-141-16/+46
| * | | | | | | cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-141-2/+12
| * | | | | | | smb2: fix typo in definition of a few error flagsSteve French2019-03-141-3/+3
| * | | | | | | CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-144-104/+239