Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fsnotify: generalize handling of extra event flags | Amir Goldstein | 2018-10-04 | 1 | -4/+3 | |
| * | | | | fanotify: store fanotify_init() flags in group's fanotify_data | Amir Goldstein | 2018-09-27 | 2 | -27/+5 | |
| * | | | | fanotify: add API to attach/detach super block mark | Amir Goldstein | 2018-09-03 | 1 | -5/+37 | |
| * | | | | fsnotify: send path type events to group with super block marks | Amir Goldstein | 2018-09-03 | 1 | -10/+14 | |
| * | | | | fsnotify: add super block object type | Amir Goldstein | 2018-09-03 | 5 | -2/+28 | |
* | | | | | Merge tag '9p-for-4.20' of git://github.com/martinetd/linux | Linus Torvalds | 2018-10-29 | 5 | -21/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | 9p locks: fix glock.client_id leak in do_lock | Dominique Martinet | 2018-09-07 | 1 | -2/+14 | |
| * | | | | | 9p: acl: fix uninitialized iattr access | Dominique Martinet | 2018-09-07 | 1 | -1/+1 | |
| * | | | | | 9p locks: add mount option for lock retry interval | Dinu-Razvan Chis-Serban | 2018-09-07 | 3 | -1/+27 | |
| * | | | | | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 2018-09-07 | 1 | -5/+3 | |
| * | | | | | 9p: fix spelling mistake in fall-through annotation | Gustavo A. R. Silva | 2018-09-07 | 1 | -1/+1 | |
| * | | | | | v9fs_dir_readdir: fix double-free on p9stat_read error | Dominique Martinet | 2018-08-29 | 1 | -11/+0 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 18 | -612/+447 | |
|\ \ \ \ \ | ||||||
| * | | | | | page cache: Finish XArray conversion | Matthew Wilcox | 2018-10-21 | 1 | -1/+1 | |
| * | | | | | dax: Convert page fault handlers to XArray | Matthew Wilcox | 2018-10-21 | 1 | -301/+128 | |
| * | | | | | dax: Convert dax_lock_mapping_entry to XArray | Matthew Wilcox | 2018-10-21 | 1 | -48/+35 | |
| * | | | | | dax: Convert dax writeback to XArray | Matthew Wilcox | 2018-10-21 | 1 | -68/+62 | |
| * | | | | | dax: Convert __dax_invalidate_entry to XArray | Matthew Wilcox | 2018-10-21 | 1 | -8/+9 | |
| * | | | | | dax: Convert dax_layout_busy_page to XArray | Matthew Wilcox | 2018-10-21 | 1 | -43/+21 | |
| * | | | | | dax: Convert dax_insert_pfn_mkwrite to XArray | Matthew Wilcox | 2018-10-21 | 1 | -32/+117 | |
| * | | | | | dax: Hash on XArray instead of mapping | Matthew Wilcox | 2018-10-21 | 1 | -14/+15 | |
| * | | | | | dax: Rename some functions | Matthew Wilcox | 2018-10-21 | 1 | -44/+42 | |
| * | | | | | f2fs: Convert to XArray | Matthew Wilcox | 2018-10-21 | 5 | -9/+7 | |
| * | | | | | nilfs2: Convert to XArray | Matthew Wilcox | 2018-10-21 | 2 | -33/+22 | |
| * | | | | | fs: Convert writeback to XArray | Matthew Wilcox | 2018-10-21 | 1 | -16/+9 | |
| * | | | | | fs: Convert buffer to XArray | Matthew Wilcox | 2018-10-21 | 1 | -7/+7 | |
| * | | | | | btrfs: Convert page cache to XArray | Matthew Wilcox | 2018-10-21 | 2 | -8/+4 | |
| * | | | | | pagevec: Use xa_mark_t | Matthew Wilcox | 2018-10-21 | 4 | -5/+5 | |
| * | | | | | page cache: Convert hole search to XArray | Matthew Wilcox | 2018-10-21 | 1 | -1/+1 | |
| * | | | | | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-30 | 3 | -59/+57 | |
| * | | | | | Update email address | Matthew Wilcox | 2018-09-30 | 1 | -1/+1 | |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-27 | 14 | -57/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mm: zero-seek shrinkers | Johannes Weiner | 2018-10-27 | 2 | -0/+6 | |
| * | | | | | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 2018-10-27 | 1 | -3/+0 | |
| * | | | | | | mm, proc: add KReclaimable to /proc/meminfo | Vlastimil Babka | 2018-10-27 | 1 | -8/+8 | |
| * | | | | | | dcache: allocate external names from reclaimable kmalloc caches | Vlastimil Babka | 2018-10-27 | 1 | -29/+9 | |
| * | | | | | | cramfs: convert to use vmf_insert_mixed | Nicolas Pitre | 2018-10-27 | 1 | -1/+4 | |
| * | | | | | | fs/iomap.c: change return type to vm_fault_t | Souptick Joarder | 2018-10-27 | 1 | -1/+1 | |
| * | | | | | | ocfs2: remove set but not used variable 'rb' | YueHaibing | 2018-10-27 | 1 | -2/+0 | |
| * | | | | | | fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m... | Jia-Ju Bai | 2018-10-27 | 1 | -1/+1 | |
| * | | | | | | ocfs2: remove unneeded null check | Ding Xiang | 2018-10-27 | 1 | -2/+1 | |
| * | | | | | | ocfs2: remove unused pointer 'eb' | Colin Ian King | 2018-10-27 | 1 | -4/+0 | |
| * | | | | | | ocfs2/dlm: remove unnecessary parentheses | Nathan Chancellor | 2018-10-27 | 1 | -1/+1 | |
| * | | | | | | userfaultfd: disable irqs when taking the waitqueue lock | Christoph Hellwig | 2018-10-27 | 1 | -4/+4 | |
| * | | | | | | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() | Vlastimil Babka | 2018-10-27 | 1 | -1/+3 | |
* | | | | | | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-10-26 | 17 | -361/+444 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | NFS: change sign of nfs_fh length | Frank Sorenson | 2018-10-23 | 1 | -1/+1 | |
| * | | | | | | | nfs: remove redundant call to nfs_context_set_write_error() | Benjamin Coddington | 2018-10-18 | 1 | -4/+0 | |
| * | | | | | | | nfs: Fix a missed page unlock after pg_doio() | Benjamin Coddington | 2018-10-18 | 1 | -19/+21 | |
| * | | | | | | | NFSv4.x: fix lock recovery during delegation recall | Olga Kornievskaia | 2018-10-05 | 1 | -3/+3 |