summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-041-5/+1
* fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven2016-08-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-0249-617/+760
|\
| * reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-021-1/+2
| * nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0213-20/+29
| * nilfs2: use BIT() macroRyusuke Konishi2016-08-026-38/+37
| * nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-022-27/+24
| * nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
| * nilfs2: do not use yield()Ryusuke Konishi2016-08-021-1/+1
| * nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-023-2/+16
| * nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-028-82/+61
| * nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0213-275/+283
| * nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-023-5/+8
| * nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-022-0/+23
| * nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-025-36/+51
| * fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner2016-08-021-1/+2
| * binfmt_elf: fix calculations for bss paddingKees Cook2016-08-021-16/+18
| * firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-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/+4
| * proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2
| * 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 tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds2016-08-028-30/+89
|\ \
| * | orangefs: Account for jiffies wraparound.Martin Brandenburg2016-08-023-8/+8
| * | orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg2016-08-021-2/+2
| * | orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg2016-08-026-7/+52
| * | orangefs: Cache getattr results.Martin Brandenburg2016-08-025-29/+34
| * | orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg2016-08-022-0/+9
| |/
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-0213-752/+999
|\ \ | |/ |/|
| * ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-281-7/+5
| * ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-281-2/+2
| * ceph: optimize cap flush waitingYan, Zheng2016-07-283-27/+73
| * ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-283-88/+105
| * ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-281-9/+34
| * ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-283-15/+36
| * ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-282-1/+18
| * ceph: unify cap flush and snapcap flushYan, Zheng2016-07-285-222/+175
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-285-118/+56
| * ceph: update types of some local variblesYan, Zheng2016-07-281-11/+12
| * ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-281-1/+16
| * ceph: update cap reconnect message to version 3Yan, Zheng2016-07-281-21/+47
| * ceph: mount non-default filesystem by nameYan, Zheng2016-07-284-17/+117
| * ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-281-6/+14
| * ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-281-15/+26
| * ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-281-1/+5