summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-031-1/+2
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0313-20/+29
* nilfs2: use BIT() macroRyusuke Konishi2016-08-036-38/+37Star
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-032-27/+24Star
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-031-18/+35
* nilfs2: do not use yield()Ryusuke Konishi2016-08-031-1/+1
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-033-2/+16
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-038-82/+61Star
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0313-275/+283
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-033-5/+8
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-032-0/+23
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-035-36/+51
* fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner2016-08-031-1/+2
* binfmt_elf: fix calculations for bss paddingKees Cook2016-08-031-16/+18
* firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-031-3/+6
* fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks2016-08-021-0/+1
* procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann2016-08-021-6/+4Star
* proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2Star
* radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-021-1/+1
* ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun2016-08-024-46/+74
* ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2016-08-022-5/+17
* ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun2016-08-021-2/+11
* ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren2016-08-024-38/+58
* ocfs2: ensure that dlm lockspace is created by kernel moduleGang He2016-08-021-2/+9
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-016-338/+544
|\
| * Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason2016-07-211-7/+5Star
| * Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik2016-07-211-0/+5
| * Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-072-17/+22
| * Btrfs: fill relocation block rsv after allocationJosef Bacik2016-07-071-0/+6
| * Btrfs: always use trans->block_rsv for orphansJosef Bacik2016-07-071-1/+7
| * Btrfs: change how we calculate the global block rsvJosef Bacik2016-07-071-36/+9Star
| * Btrfs: use root when checking need_async_flushJosef Bacik2016-07-071-5/+6
| * Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik2016-07-071-0/+3
| * Btrfs: fix release reserved extents trace pointsJosef Bacik2016-07-071-5/+1Star
| * Btrfs: add tracepoints for flush eventsJosef Bacik2016-07-072-10/+21
| * Btrfs: fix delalloc reservation amount tracepointJosef Bacik2016-07-071-1/+3
| * Btrfs: trace pinned extentsJosef Bacik2016-07-071-0/+8
| * Btrfs: introduce ticketed enospc infrastructureJosef Bacik2016-07-072-151/+380
| * Btrfs: add tracepoint for adding block groupsJosef Bacik2016-07-071-0/+2
| * Btrfs: warn_on for unaccounted spacesJosef Bacik2016-07-071-6/+8
| * Btrfs: change delayed reservation fallback behaviorJosef Bacik2016-07-071-41/+23Star
| * Btrfs: always reserve metadata for delalloc extentsJosef Bacik2016-07-071-22/+13Star
| * Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-076-25/+18Star
| * Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik2016-07-071-18/+11Star
* | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-3128-552/+866
|\ \
| * | pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington2016-07-281-3/+5
| * | NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust2016-07-261-8/+2Star
| * | NFSv4.2: Fix warning "variable ‘stateids’ set but not used"Trond Myklebust2016-07-241-2/+10
| * | NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust2016-07-241-1/+1
| * | Merge branch 'nfs-rdma'Trond Myklebust2016-07-2419-86/+188
| |\ \