summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds49-617/+760
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong5-64/+135
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong5-56/+20
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong1-0/+1
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2-3/+5
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong1-0/+1
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2016-08-03Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds8-30/+89
2016-08-03Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-752/+999
2016-08-03reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-08-03nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi13-20/+29
2016-08-03nilfs2: use BIT() macroRyusuke Konishi6-38/+37
2016-08-03nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2-27/+24
2016-08-03nilfs2: refactor parser of snapshot mount optionRyusuke Konishi1-18/+35
2016-08-03nilfs2: do not use yield()Ryusuke Konishi1-1/+1
2016-08-03nilfs2: emit error message when I/O error is detectedRyusuke Konishi3-2/+16
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi8-82/+61
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi13-275/+283
2016-08-03nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi3-5/+8
2016-08-03nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2-0/+23
2016-08-03nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi5-36/+51
2016-08-03fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner1-1/+2
2016-08-03binfmt_elf: fix calculations for bss paddingKees Cook1-16/+18
2016-08-03firmware: support loading into a pre-allocated bufferStephen Boyd1-3/+6
2016-08-03fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks1-0/+1
2016-08-03procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann1-6/+4
2016-08-03proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov1-5/+2
2016-08-03radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-1/+1
2016-08-03ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun4-46/+74
2016-08-03ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2-5/+17
2016-08-03ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun1-2/+11
2016-08-03ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren4-38/+58
2016-08-03ocfs2: ensure that dlm lockspace is created by kernel moduleGang He1-2/+9
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg3-8/+8
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg1-2/+2
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg6-7/+52
2016-08-02orangefs: Cache getattr results.Martin Brandenburg5-29/+34
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg2-0/+9
2016-08-01Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-338/+544
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro17-34/+29
2016-07-31Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds28-552/+866
2016-07-30qstr: constify instances in adfsAl Viro1-2/+2
2016-07-30qstr: constify instances in f2fsAl Viro2-4/+4
2016-07-30qstr: constify instances in ext2Al Viro2-5/+5
2016-07-30qstr: constify instances in vfatAl Viro1-3/+3
2016-07-30qstr: constify instances in procfsAl Viro1-1/+1
2016-07-30qstr: constify instances in fuseAl Viro3-9/+5
2016-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds19-155/+242
2016-07-30cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro5-5/+5
2016-07-30affs ->d_compare(): don't bother with ->d_inodeAl Viro2-5/+3