aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong
2016-08-03xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong
2016-08-03xfs: move deferred operations into a separate fileDarrick J. Wong
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong
2016-08-02Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi
2016-08-02nilfs2: use BIT() macroRyusuke Konishi
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi
2016-08-02nilfs2: refactor parser of snapshot mount optionRyusuke Konishi
2016-08-02nilfs2: do not use yield()Ryusuke Konishi
2016-08-02nilfs2: emit error message when I/O error is detectedRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi
2016-08-02fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner
2016-08-02binfmt_elf: fix calculations for bss paddingKees Cook
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun
2016-08-02ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun
2016-08-02ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren
2016-08-02ocfs2: ensure that dlm lockspace is created by kernel moduleGang He
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana
2016-08-01Btrfs: be more precise on errors when getting an inode from diskFilipe Manana
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana