summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-10-15btrfs: change btrfs_pin_log_trans to return voidzhong jiang
2018-10-15btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang
2018-10-15Btrfs: remove always true if branch in btrfs_get_extentLiu Bo
2018-10-15btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo
2018-10-15Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval
2018-10-15btrfs: add helper to obtain number of devices with ongoing dev-replaceAnand Jain
2018-10-15btrfs: add assertions where number of devices could go below 0Anand Jain
2018-10-15btrfs: remove unneeded NULL checks before kfreezhong jiang
2018-10-15Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-10-15btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi
2018-10-15fuse: enable caching of symlinksDan Schatzberg
2018-10-15fuse: only invalidate atime in direct readMiklos Szeredi
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger
2018-10-13Merge branch 'akpm'Greg Kroah-Hartman
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-10-13ocfs2: fix a GCC warningzhong jiang
2018-10-13Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-10-13compat_ioctl - kill keyboard ioctl handlingAl Viro
2018-10-13gigaset: add ->compat_ioctl()Al Viro
2018-10-13kill the rest of tty COMPAT_IOCTL() entriesAl Viro
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro
2018-10-12ntfs: don't open-code ERR_CASTAl Viro
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher
2018-10-12ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-10-12gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher
2018-10-12gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson
2018-10-12gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher
2018-10-12gfs2: Fix some minor typosAndreas Gruenbacher
2018-10-12gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher
2018-10-12gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher
2018-10-12gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher
2018-10-12gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher
2018-10-12gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher
2018-10-12afs: Fix cell proc listDavid Howells
2018-10-11Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman
2018-10-10ext4: don't open-code ERR_CASTAl Viro
2018-10-10simplify btrfs_lookup()Al Viro
2018-10-10vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers