summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-102-2/+2
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-232-2/+2
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-182-2/+2
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-109-51/+417
|\ \ \
| * | | ovl: persistent inode numbers for upper hardlinksAmir Goldstein2017-05-051-0/+3
| * | | ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-053-64/+30
| * | | ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-051-1/+38
| * | | ovl: persistent inode number for directoriesAmir Goldstein2017-05-051-4/+33
| * | | ovl: set the ORIGIN type flagAmir Goldstein2017-05-052-4/+8
| * | | ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein2017-05-051-0/+132
| * | | ovl: use an auxiliary var for overlay root entryAmir Goldstein2017-05-051-5/+4
| * | | ovl: store file handle of lower inode on copy upAmir Goldstein2017-05-052-0/+118
| * | | ovl: check if all layers are on the same fsAmir Goldstein2017-05-054-0/+18
| * | | ovl: do not set overlay.opaque on non-dir createAmir Goldstein2017-04-261-1/+1
| * | | ovl: check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-3/+25
| * | | vfs: ftruncate check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-1/+2
| * | | ovl: Use designated initializersKees Cook2017-04-202-3/+3
| * | | ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-081-0/+37
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-104-24/+50
|\ \ \ \
| * | | | fuse: Add support for pid namespacesSeth Forshee2017-04-184-9/+35
| * | | | fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-182-4/+4
| * | | | fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-182-6/+5
| * | | | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-182-5/+6
| |/ / /
* | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-1013-86/+255
|\ \ \ \
| * | | | ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-041-0/+3
| * | | | ceph: fix file open flags on ppc64Alexander Graf2017-05-041-1/+33
| * | | | ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-041-7/+12
| * | | | ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-043-14/+49
| * | | | Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton2017-05-041-3/+0
| * | | | ceph: handle epoch barriers in cap messagesJeff Layton2017-05-043-7/+41
| * | | | libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-042-0/+2
| * | | | ceph: make seeky readdir more efficientYan, Zheng2017-05-044-6/+19
| * | | | ceph: close stopped mds' sessionYan, Zheng2017-05-041-0/+16
| * | | | ceph: fix potential use-after-freeYan, Zheng2017-05-041-2/+8
| * | | | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-043-23/+52
| * | | | ceph: fix wrong check in ceph_renew_caps()Yan, Zheng2017-05-041-1/+1
| * | | | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-041-1/+1
| * | | | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-043-5/+6
| * | | | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-042-11/+12
| * | | | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-6/+1
* | | | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-1037-827/+1437
|\ \ \ \ \
| * | | | | btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2017-05-042-2/+2
| * | | | | Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2017-04-275-66/+277
| |\ \ \ \ \
| | * | | | | Btrfs: fix reported number of inode blocksFilipe Manana2017-04-264-18/+119
| | * | | | | Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2017-04-261-2/+21
| | * | | | | Btrfs: fix extent map leak during fallocate error pathFilipe Manana2017-04-261-1/+3
| | * | | | | Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2017-04-261-2/+4
| | * | | | | Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana2017-04-262-18/+45
| | * | | | | btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo2017-04-261-15/+48
| | * | | | | btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo2017-04-261-12/+39
OpenPOWER on IntegriCloud