summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0912-48/+136
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-071-1/+5
| |\
| | * sget(): handle failures of register_shrinker()Al Viro2017-12-181-1/+5
| * | Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-052-12/+34
| |\ \
| | * | btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-021-11/+34
| | * | btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0Star
| * | | Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
| |\ \ \
| | * | | xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| | * | | xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| | * | | xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
| * | | | userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli2018-01-051-2/+18
| * | | | Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds2018-01-034-12/+39
| |\ \ \ \
| | * | | | afs: Fix missing error handling in afs_write_end()David Howells2018-01-021-3/+5
| | * | | | afs: Fix unlinkDavid Howells2018-01-022-8/+33
| | * | | | afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-021-1/+1
| * | | | | exec: Weaken dumpability for secureexecKees Cook2018-01-031-2/+7
| |/ / / /
* | | | | nsfs: generalize ns_get_path() for path resolution with a taskJakub Kicinski2017-12-311-3/+26
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2919-97/+258
|\| | | |
| * | | | Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-2219-97/+258
| |\| | |
| | * | | xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
| | * | | xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-215-4/+48
| | * | | xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong2017-12-211-33/+19Star
| | * | | xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong2017-12-211-0/+2
| | * | | xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-213-1/+11
| | * | | xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong2017-12-211-9/+19
| | * | | xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-212-9/+25
| | * | | xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong2017-12-141-1/+1
| | * | | xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong2017-12-141-0/+3
| | * | | xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong2017-12-141-1/+2
| | * | | xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong2017-12-141-0/+11
| | * | | xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong2017-12-141-2/+2
| | * | | xfs: account for null transactions in bunmapiDarrick J. Wong2017-12-141-1/+1
| | * | | xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong2017-12-143-9/+23
| | * | | xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2017-12-142-4/+40
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-228-25/+37
|\| | | |
| * | | | Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1Star
| * | | | cramfs: fix MTD dependencyArnd Bergmann2017-12-171-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-12-172-19/+19
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | VFS: Handle lazytime in do_mount()Markus Trippelsdorf2017-12-101-0/+1
| | * | | alloc_super(): do ->s_umount initialization earlierAl Viro2017-12-051-19/+18Star
| * | | | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-174-0/+16
| |\ \ \ \
| | * | | | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
| | * | | | ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-111-0/+2
| | * | | | ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-041-0/+1
| | * | | | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-041-0/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-182-0/+4
|\ \ \ \ \ \
| * | | | | | btrfs: allow us to inject errors at io_ctl_initJosef Bacik2017-12-121-0/+2
| * | | | | | btrfs: make open_ctree error injectableJosef Bacik2017-12-121-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1736-132/+227
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-163-4/+26
| |\ \ \ \ \