summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-18io_uring: add a memory barrier before atomic_readZhengyuan Liu
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn
2019-07-17btrfs: Fix build error while LIBCRC32C is moduleYueHaibing
2019-07-17btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-07-17iomap: move internal declarations into fs/iomap/iomap-5.3-merge-4Darrick J. Wong
2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong
2019-07-17iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong
2019-07-17iomap: move the swapfile code into a separate fileDarrick J. Wong
2019-07-16switch the remnants of releasing the mountpoint away from fs_pinAl Viro
2019-07-16get rid of detach_mnt()Al Viro
2019-07-16make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro
2019-07-16dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra
2019-07-16coda: ftoc validity check integrationFabian Frederick
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick
2019-07-16coda: use SIZE() for statFabian Frederick
2019-07-16coda: destroy mutex in put_super()Fabian Frederick
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells
2019-07-16coda: bump module versionJan Harkes
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes
2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King
2019-07-16coda: don't try to print names that were considered too longJan Harkes
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes
2019-07-16coda: add error handling for fgetZhouyang Jia
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan
2019-07-16fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan