summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1729-253/+491
|\
| * fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-07-171-3/+3
| * select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov2019-07-171-33/+13Star
| * select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov2019-07-171-23/+7Star
| * signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-174-50/+27Star
| * fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-171-4/+2Star
| * fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing2019-07-171-2/+0Star
| * fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre2019-07-171-1/+1
| * coda: add hinting support for partial file cachingPedro Cuadra2019-07-175-25/+112
| * coda: ftoc validity check integrationFabian Frederick2019-07-174-18/+18
| * coda: remove sb test in coda_fid_to_inode()Fabian Frederick2019-07-171-5/+0Star
| * coda: remove sysctl object from module when unusedFabian Frederick2019-07-174-16/+12Star
| * coda: add __init to init_coda_psdev()Fabian Frederick2019-07-171-1/+1
| * coda: use SIZE() for statFabian Frederick2019-07-171-1/+1
| * coda: destroy mutex in put_super()Fabian Frederick2019-07-171-0/+1
| * coda: remove uapi/linux/coda_psdev.hJan Harkes2019-07-171-1/+4
| * coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-1711-14/+99
| * coda: bump module versionJan Harkes2019-07-171-1/+1
| * coda: get rid of CODA_FREE()Dan Carpenter2019-07-173-24/+22Star
| * coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-173-13/+7Star
| * coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-171-14/+7Star
| * coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-171-12/+38
| * coda: clean up indentation, replace spaces with tabColin Ian King2019-07-171-1/+1
| * coda: don't try to print names that were considered too longJan Harkes2019-07-171-2/+2
| * coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-172-3/+39
| * coda: add error handling for fgetZhouyang Jia2019-07-171-1/+4
| * coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-171-2/+68
| * fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-171-1/+0Star
| * fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing2019-07-171-2/+0Star
| * fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-171-0/+4
| * fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan2019-07-171-10/+17
| * vmcore: add a kernel parameter novmcoreddKairui Song2019-07-172-1/+11
* | Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-171-3/+1Star
|\ \
| * | orangefs: eliminate needless variable assignmentsMike Marshall2019-07-111-2/+0Star
| * | orangefs: remove redundant assignment to variable buffer_indexColin Ian King2019-07-111-1/+1
* | | Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-07-1750-3124/+3786
|\ \ \
| * | | btrfs: fix memory leak of path on error return pathColin Ian King2019-07-051-2/+1Star
| * | | btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2019-07-042-54/+56
| * | | btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-0412-499/+526
| * | | btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-044-19/+19
| * | | btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-044-183/+184
| * | | btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues2019-07-043-19/+19
| * | | btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik2019-07-023-183/+193
| * | | btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik2019-07-023-247/+255
| * | | btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik2019-07-021-8/+6Star
| * | | btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik2019-07-021-3/+9
| * | | btrfs: export __btrfs_block_rsv_releaseJosef Bacik2019-07-022-13/+13
| * | | btrfs: export btrfs_block_rsv_add_bytesJosef Bacik2019-07-022-9/+11
| * | | btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik2019-07-023-68/+79
| * | | btrfs: Simplify update of space_info in __reserve_metadata_bytes()Goldwyn Rodrigues2019-07-021-11/+5Star