summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-168-17/+18
|\
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-121-3/+1Star
| * blkcg, writeback: Add wbc->no_cgroup_ownerTejun Heo2019-07-101-1/+1
| * blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-106-11/+11
| * cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-101-0/+3
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-1/+1
|\ \
| * | mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-1/+1
* | | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-154-41/+34Star
|\ \ \
| * | | ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam2019-07-021-11/+2Star
| * | | ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing2019-06-191-1/+1
| * | | ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing2019-06-191-2/+2
| * | | ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer2019-06-191-19/+3Star
| * | | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko2019-02-171-2/+15
| * | | ecryptfs: re-order a condition for static checkersDan Carpenter2019-02-161-2/+3
| * | | eCryptfs: fix a couple type promotion bugsDan Carpenter2019-02-161-4/+8
* | | | Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-1512-92/+338
|\ \ \ \
| * | | | ubifs: Don't leak orphans on memory during commitRichard Weinberger2019-07-081-26/+24Star
| * | | | ubifs: Check link count of inodes when killing orphans.Richard Weinberger2019-07-081-9/+35
| * | | | ubifs: Add support for zstd compression.Michele Dionisio2019-07-084-1/+40
| * | | | ubifs: support offline signed imagesSascha Hauer2019-07-087-44/+225