summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-02-051-1/+0
|\
| * jfs: remove unused MAXL2PAGESAlex Shi2020-01-211-1/+0
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-053-210/+95
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-113-210/+95
* | | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-0512-106/+61
|\ \ \
| * | | kernfs: don't bother with timestamp truncationAl Viro2019-12-091-3/+3
| * | | fs: Do not overload update_timeDeepa Dinamani2019-12-091-6/+3
| * | | fs: Delete timespec64_trunc()Deepa Dinamani2019-12-091-24/+0
| * | | fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-091-7/+4
| * | | fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani2019-12-091-3/+1
| * | | fs: cifs: Delete usage of timespec64_truncDeepa Dinamani2019-12-091-6/+7
| * | | fs: fat: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-091-1/+9
| * | | utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-096-56/+34
| |/ /
* | | Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-02-0412-228/+505
|\ \ \
| * | | ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-031-1/+1
| * | | ovl: add splice file read write helperMurphy Zhou2020-01-241-0/+47
| * | | ovl: implement async IO routinesJiufei Xue2020-01-243-15/+110
| * | | vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue2020-01-241-0/+56
| * | | ovl: layer is constMiklos Szeredi2020-01-246-22/+23
| * | | ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-242-17/+14
| * | | ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-242-2/+8
| * | | ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-243-46/+46
| * | | ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-246-34/+37
| * | | ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-224-31/+35
| * | | ovl: improving copy-up efficiency for big sparse fileChengguang Xu2020-01-221-2/+39
| * | | ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2020-01-222-2/+23
| * | | ovl: use pr_fmt auto generate prefixlijiazi2020-01-229-81/+85
| * | | ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* | | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-044-4/+4
* | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-0417-144/+143
* | | | proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-046-76/+79
* | | | mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* | | | fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27
* | | | ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* | | | Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-02-0313-83/+193
|\ \ \ \
| * | | | btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-021-1/+9
| * | | | Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana2020-01-311-1/+2
| * | | | btrfs: do not do delalloc reservation under page lockJosef Bacik2020-01-311-16/+60
| * | | | btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik2020-01-311-5/+1
| * | | | Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-01-311-17/+44
| * | | | btrfs: take overcommit into account in inc_block_group_roJosef Bacik2020-01-313-19/+39
| * | | | btrfs: fix force usage in inc_block_group_roJosef Bacik2020-01-311-2/+2
| * | | | btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-01-312-14/+27
| * | | | btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-01-311-1/+10
| * | | | Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-315-16/+8
* | | | | Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...Linus Torvalds2020-02-012-2/+2
|\ \ \ \ \
| * | | | | cifs: update internal module version numberSteve French2020-01-311-1/+1
| * | | | | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-01-301-1/+1
* | | | | | vfs: fix do_last() regressionAl Viro2020-02-011-2/+2
* | | | | | Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-01-3112-70/+73
|\ \ \ \ \ \