summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-033-11/+15
|\
| * btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
| * Btrfs: fix endless loop in balancing block groupsLiu Bo2016-09-011-3/+5
| * Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-011-3/+5
* | Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-032-8/+28
|\ \
| * | sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-08-311-1/+7
| * | kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-08-311-7/+21
* | | devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds2016-09-031-1/+2
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-026-99/+242
|\ \ \
| * | | ovl: listxattr: use strnlen()Miklos Szeredi2016-09-011-7/+10
| * | | ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-014-10/+33
| * | | ovl: copyattr after setting POSIX ACLMiklos Szeredi2016-09-011-1/+5
| * | | ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-014-58/+33
| * | | ovl: Get rid of ovl_xattr_noacl_handlers arrayAndreas Gruenbacher2016-09-011-16/+12
| * | | ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2016-09-012-5/+4
| * | | ovl: fix spelling mistake: "directries" -> "directories"Colin Ian King2016-09-011-1/+1
| * | | ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-011-0/+3
| * | | ovl: use cached acl on underlying layerMiklos Szeredi2016-09-011-2/+3
| * | | ovl: proper cleanup of workdirMiklos Szeredi2016-09-013-2/+65
| * | | ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-011-0/+19
| * | | ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi2016-09-011-0/+54
| * | | ovl: don't copy up opaquenessMiklos Szeredi2016-08-083-1/+4
* | | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-6/+1
|\ \ \ \
| * | | | mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-6/+1
* | | | | Merge tag 'xfs-iomap-for-linus-4.8-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-09-0110-22/+40
|\ \ \ \ \
| * | | | | xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2016-08-303-15/+6
| * | | | | iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig2016-08-291-1/+4
| * | | | | xfs: prevent dropping ioend completions during buftarg waitBrian Foster2016-08-261-1/+1
| * | | | | xfs: fix superblock inprogress checkDave Chinner2016-08-261-1/+2
| * | | | | xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong2016-08-261-0/+7
| * | | | | xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong2016-08-261-1/+2
| * | | | | xfs: don't log the entire end of the AGFDarrick J. Wong2016-08-262-2/+6
| * | | | | xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong2016-08-261-1/+8
| * | | | | xfs: don't perform lookups on zero-height btreesDarrick J. Wong2016-08-261-0/+4
* | | | | | binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2016-08-311-1/+1
* | | | | | Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-3017-76/+242
|\ \ \ \ \ \
| * | | | | | NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-08-301-0/+1
| * | | | | | NFS4: Avoid migration loopsBenjamin Coddington2016-08-301-0/+5
| * | | | | | pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-292-28/+28
| * | | | | | NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust2016-08-281-1/+0
| * | | | | | NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust2016-08-281-13/+65
| * | | | | | NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2016-08-282-3/+9
| * | | | | | NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-284-4/+29
| * | | | | | NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-283-4/+35
| * | | | | | pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-233-5/+10
| * | | | | | pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-08-231-0/+1
| * | | | | | pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust2016-08-192-6/+29
| * | | | | | pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust2016-08-161-2/+2
| * | | | | | NFS: Allow the mount option retrans=0Trond Myklebust2016-08-163-8/+26
| * | | | | | pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust2016-08-142-5/+5
OpenPOWER on IntegriCloud