aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-55/+35
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-54/+15
2019-08-15Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-20/+36
2019-08-15io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu1-7/+9
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe1-44/+5
2019-08-15io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell1-3/+1
2019-08-14Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+89
2019-08-13seq_file: fix problem when seeking mid-recordNeilBrown1-1/+1
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong2-8/+14
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+101
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+16
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-08-08Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-75/+135
2019-08-08Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+33
2019-08-08bdev: Fixup error handling in blkdev_get()Jan Kara1-1/+4
2019-08-07block: fix O_DIRECT error handling for bio fragmentsJens Axboe1-16/+12
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2-2/+7
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo1-3/+11
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana4-52/+24
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+0
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal1-1/+1
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust3-2/+8
2019-08-04NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust3-7/+28
2019-08-04NFSv4: Check the return value of update_open_stateid()Trond Myklebust1-4/+8
2019-08-04NFSv4.1: Only reap expired delegationsTrond Myklebust1-6/+17
2019-08-04NFSv4.1: Fix open stateid recoveryTrond Myklebust1-27/+38
2019-08-04NFSv4: Report the error from nfs4_select_rw_stateid()Trond Myklebust1-6/+1
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust1-1/+8
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust1-2/+4
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust3-15/+14
2019-08-04NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust1-2/+1
2019-08-03Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+8
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa1-4/+1
2019-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+39
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise1-5/+39
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-08-02Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockLinus Torvalds2-27/+62
2019-08-02Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-67/+47
2019-08-02Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+12
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal1-1/+2
2019-07-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1
2019-07-31gfs2: Inode dirtying fixAndreas Gruenbacher1-3/+12
2019-07-31Unbreak mount_capable()Al Viro1-4/+1
2019-07-31io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu1-1/+2
2019-07-30Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann1-3/+0
2019-07-30Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-100/+81
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-25/+58
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai1-1/+5
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana3-5/+22
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana1-0/+10
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-07-30afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-07-29dax: Fix missed wakeup in put_unlocked_entry()Jan Kara1-1/+1
2019-07-28f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng1-24/+24
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong1-0/+3
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-37/+68
2019-07-26f2fs: fix to read source block before invalidating itJaegeuk Kim1-36/+34
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+12
2019-07-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2-25/+114
2019-07-26fix the struct mount leak in umount_tree()Al Viro1-2/+2
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota1-5/+6
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-18/+33
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-19/+35
2019-07-25io_uring: ensure ->list is initialized for poll commandsJens Axboe1-0/+2
2019-07-25Merge branch 'access-creds'Linus Torvalds1-0/+19
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov1-3/+6
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-1/+1
2019-07-25iomap: fix Invalid License IDMasahiro Yamada1-1/+1
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-0/+19
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2019-07-21io_uring: track io length in async_list based on bytesZhengyuan Liu1-13/+11
2019-07-21io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe1-2/+38
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe1-8/+50
2019-07-21Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-31/+126
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-115/+172
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds11-2217/+2259
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-141/+161
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds23-229/+252
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-12/+15
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce3-7/+9
2019-07-18mm: migrate: remove unused mode argumentKeith Busch4-4/+4
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi1-1/+2
2019-07-18cifs: update internal module numberSteve French1-1/+1
2019-07-18cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-18smb3: optimize open to not send query file internal infoSteve French5-26/+56
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds27-336/+885
2019-07-18pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust4-1/+111
2019-07-18pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust1-1/+1
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-3/+8
2019-07-18CIFS: fix deadlock in cached root handlingAurelien Aptel1-1/+45
2019-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust1-1/+1
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2-5/+12
2019-07-18Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+6
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-153/+335
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-439/+726
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds1-20/+33
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+12
2019-07-18io_uring: add a memory barrier before atomic_readZhengyuan Liu1-0/+4
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+3
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-253/+491
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn1-3/+7
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn1-0/+1
2019-07-17btrfs: Fix build error while LIBCRC32C is moduleYueHaibing1-0/+1
2019-07-17btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo1-1/+23
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong6-19/+0
2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong3-17/+2
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong3-1053/+1074
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong3-554/+563
2019-07-17iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong3-202/+216
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong3-136/+149
2019-07-17iomap: move the swapfile code into a separate fileDarrick J. Wong3-170/+183
2019-07-16switch the remnants of releasing the mountpoint away from fs_pinAl Viro3-28/+26
2019-07-16get rid of detach_mnt()Al Viro1-34/+28
2019-07-16make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro2-28/+25
2019-07-16dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)1-20/+33
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov4-50/+27
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra5-25/+112
2019-07-16coda: ftoc validity check integrationFabian Frederick4-18/+18
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick1-5/+0
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick4-16/+12
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick1-1/+1
2019-07-16coda: use SIZE() for statFabian Frederick1-1/+1
2019-07-16coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes1-1/+4
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells11-14/+99
2019-07-16coda: bump module versionJan Harkes1-1/+1
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter3-24/+22
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter3-13/+7
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes1-14/+7
2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann1-12/+38
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-07-16coda: don't try to print names that were considered too longJan Harkes1-2/+2
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes2-3/+39
2019-07-16coda: add error handling for fgetZhouyang Jia1-1/+4
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan1-1/+0
2019-07-16fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing1-2/+0
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny1-0/+4
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan1-10/+17
2019-07-16vmcore: add a kernel parameter novmcoreddKairui Song2-1/+11
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds50-3124/+3786
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-1/+1
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds1-57/+75
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds1-4/+77
2019-07-16/proc/<pid>/cmdline: remove all the special casesLinus Torvalds1-63/+8
2019-07-16io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu1-1/+8
2019-07-16io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu1-1/+1
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds8-17/+18
2019-07-15smb3: smbdirect no longer experimentalSteve French1-2/+2
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2-1/+22
2019-07-15iomap: start moving code to fs/iomap/Darrick J. Wong2-0/+6
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2-2/+2
2019-07-15NFSv4: Validate the stateid before applying it to state recoveryTrond Myklebust1-2/+19
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-41/+34
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-92/+338
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-1/+2
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds3-65/+290
2019-07-13cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg1-4/+12
2019-07-13nfs4.0: Refetch lease_time after clientid updateDonald Buczek1-22/+22
2019-07-13nfs4: Rename nfs41_setup_state_renewalDonald Buczek1-2/+2
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek3-4/+18
2019-07-13nfs: Fix copy-and-paste error in debug messageDonald Buczek1-1/+1
2019-07-13NFS: Replace 16 seq_printf() calls by seq_puts()Markus Elfring1-16/+16
2019-07-13NFS: Use seq_putc() in nfs_show_stats()Markus Elfring1-1/+1
2019-07-12f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers1-8/+1
2019-07-12f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers1-31/+14
2019-07-12f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers1-1/+8
2019-07-12Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds4-33/+19
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds18-758/+1268
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds160-4703/+4397
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds14-242/+288
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2-86/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-261/+112