summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-096-68/+228
|\
| * ovl: update Kconfig textsMiklos Szeredi2018-03-071-0/+14
| * ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal2018-02-261-3/+3
| * ovl: fix ptr_ret.cocci warningsFengguang Wu2018-02-261-1/+1
| * ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein2018-02-161-2/+2
| * ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-163-44/+168
| * ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-02-161-18/+40
* | Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-03-091-12/+30
|\ \
| * | xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-011-8/+19
| * | xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-011-4/+2
| * | xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-011-1/+10
* | | gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher2018-03-071-3/+0
* | | Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-0410-47/+191
|\ \ \
| * | | Btrfs: fix log replay failure after unlink and link combinationFilipe Manana2018-03-013-22/+139
| * | | Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana2018-03-011-1/+1
| * | | Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-03-011-0/+3
| * | | btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-012-13/+15
| * | | btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-011-5/+6
| * | | btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov2018-03-011-2/+16
| * | | btrfs: handle failure of add_pending_csumsNikolay Borisov2018-03-011-2/+9
| * | | btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-03-012-2/+2
* | | | Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2018-03-024-38/+45
|\ \ \ \
| * | | | ceph: fix potential memory leak in init_caches()Chengguang Xu2018-03-011-3/+6
| * | | | ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-02-261-11/+5
| * | | | libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-02-261-0/+2
| * | | | ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-263-24/+32
* | | | | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-022-19/+33
|\ \ \ \ \
| * | | | | blockdev: Avoid two active bdev inodes for one deviceJan Kara2018-02-261-2/+23
| * | | | | genhd: Fix use after free in __blkdev_get()Jan Kara2018-02-261-2/+5
| * | | | | genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-14/+5
| * | | | | direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-02-261-2/+1
* | | | | | Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-284-5/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | xfs: fix potential memory leak in mount option parsingChengguang Xu2018-02-261-0/+2
| * | | | xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2018-02-222-4/+9
| * | | | xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-253-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King2018-02-221-1/+1
| * | | nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-02-221-2/+4
| * | | NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust2018-02-211-8/+6
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-221-3/+12
|\ \ \ \
| * | | | fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap2018-02-221-3/+12
| | |/ / | |/| |
* | | | efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+6
| |/ / |/| |
* | | Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-167-21/+80
|\ \ \ | | |/ | |/|
| * | btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-02-051-0/+1
| * | Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana2018-02-021-0/+4
| * | btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-021-1/+10
| * | btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2018-02-022-3/+9
| * | Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-021-0/+18
| * | Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-021-13/+21
| * | Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-021-1/+1
OpenPOWER on IntegriCloud