aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: support removing extents from CoW forkDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: allocate delayed extents in CoW forkDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: introduce the CoW forkDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: define tracepoints for reflink activitiesDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: map an inode's offset to an exact physical blockDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: log bmap intent itemsDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-04
| * | | | | | | | | | xfs: introduce reflink utility functionsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: add refcount btree block detection to log recoveryDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: adjust refcount when unmapping file blocksDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: log refcount intent itemsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: create refcount update intent log itemsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: add refcount btree operationsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: add refcount btree support to growfsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: define tracepoints for refcount btree activitiesDarrick J. Wong2016-10-03
| * | | | | | | | | | xfs: return an error when an inline directory is too smallDarrick J. Wong2016-10-03
| * | | | | | | | | | vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong2016-10-03
* | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-10-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang2016-09-24
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-11
| * | | | | | | | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
| * | | | | | | | | pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2016-10-11
| * | | | | | | | | autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-10-11
| * | | | | | | | | autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-10-11