summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-211-8/+4
|\
| * pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
| * pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1
* | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-214-10/+35
|\ \
| * | btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-183-0/+8
| * | btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
| * | btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-181-0/+8
| * | btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-183-7/+10
| * | Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-181-3/+0
* | | Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-201-7/+1
|\ \ \
| * | | NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-01-151-7/+1
* | | | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-201-10/+18
|\ \ \ \
| * | | | blockdev: Fix livelocks on loop deviceJan Kara2019-01-151-10/+18
* | | | | Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-186-18/+59
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | afs: Fix race in async call refcountingDavid Howells2019-01-171-5/+30
| * | | | afs: Provide a function to get a ref on a callDavid Howells2019-01-171-6/+12
| * | | | afs: Fix key refcounting in file locking codeDavid Howells2019-01-172-2/+4
| * | | | afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-01-171-1/+0
| * | | | afs: Set correct lock type for the yfs CreateFileMarc Dionne2019-01-102-1/+12
| * | | | afs: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-101-3/+1
* | | | | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-13/+64
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * | | | Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| * | | | Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| * | | | Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* | | | | Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-144-5/+10
|\ \ \ \ \
| * | | | | sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-074-5/+10
| | |_|_|/ | |/| | |
* | | | | Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-1410-65/+211
|\ \ \ \ \
| * | | | | cifs: update internal module version numberSteve French2019-01-111-1/+1
| * | | | | CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-114-9/+56
| * | | | | CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
| * | | | | CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-112-2/+27
| * | | | | cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-112-6/+6
| * | | | | cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-01-112-0/+12
| * | | | | cifs: move large array from stack to heapAurelien Aptel2019-01-112-14/+32
| * | | | | CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
| * | | | | CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
| * | | | | CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0
| * | | | | CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
| * | | | | cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
| * | | | | cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-112-6/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder2019-01-071-4/+1
| * | | | libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
| |/ / /
* / / / hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz2019-01-081-28/+33
|/ / /
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-065-110/+363
|\ \ \
| * | | fscrypt: add Adiantum supportEric Biggers2019-01-065-110/+363
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-064-10/+19
|\ \ \ \
| * | | | ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2018-12-311-1/+1
| * | | | ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2018-12-311-0/+3