summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-5/+5
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-313-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-9/+34
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04487-8/+512
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3016-71/+138
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2237-179/+329
| |\ \ \ \ \
| * | | | | | rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-5/+26
| * | | | | | rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-182-4/+8
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-5/+5
|\ \ \ \ \ \ \
| * | | | | | | regset: Add support for dynamically sized regsetsDave Martin2017-11-031-5/+5
* | | | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | | | | | | | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-148-141/+112
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-101-1/+9
| * | | | | | | | | block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-101-2/+2
| * | | | | | | | | block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-033-4/+4
| * | | | | | | | | fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2017-10-121-12/+0
| * | | | | | | | | writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit2017-10-101-24/+6
| * | | | | | | | | writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe2017-10-041-37/+34
| * | | | | | | | | writeback: only allow one inflight and pending full flushJens Axboe2017-10-031-0/+25
| * | | | | | | | | writeback: move nr_pages == 0 logic to one locationJens Axboe2017-10-031-24/+17
| * | | | | | | | | writeback: make wb_start_writeback() staticJens Axboe2017-10-031-2/+2
| * | | | | | | | | writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe2017-10-031-10/+29
| * | | | | | | | | writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe2017-10-031-3/+3
| * | | | | | | | | writeback: switch wakeup_flusher_threads() to cyclic writebackJens Axboe2017-10-031-1/+1
| * | | | | | | | | fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-032-6/+5
| * | | | | | | | | buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe2017-10-031-23/+0
| * | | | | | | | | buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe2017-10-031-5/+1
| * | | | | | | | | buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-033-25/+12
* | | | | | | | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-147-30/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dlm: make config_item_type constBhumika Goyal2017-10-191-8/+8
| * | | | | | | | | | ocfs2/cluster: make config_item_type constBhumika Goyal2017-10-192-6/+6
| * | | | | | | | | | configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-193-10/+10
| * | | | | | | | | | configfs: Fix bool initialization/comparisonThomas Meyer2017-10-191-6/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-1420-227/+262
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara2017-11-1420-227/+262
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | quota: be aware of error from dquot_initializeChao Yu2017-11-131-1/+1
| | * | | | | | | | | | quota: fix potential infinite loopzhangyi (F)2017-11-011-2/+9
| | * | | | | | | | | | isofs: use unsigned char types consistentlyArnd Bergmann2017-10-312-41/+41
| | * | | | | | | | | | isofs: fix timestamps beyond 2027Arnd Bergmann2017-10-313-3/+3
| | * | | | | | | | | | udf: Fix some sign-conversion warningsSteve Magnani2017-10-172-4/+4
| | * | | | | | | | | | udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-178-49/+49
| | * | | | | | | | | | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-1710-41/+51
| | * | | | | | | | | | udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
| | * | | | | | | | | | ext2: Fix possible sleep in atomic during mount option parsingJan Kara2017-10-111-4/+4
| | * | | | | | | | | | ext2: Parse mount options into a dedicated structureJan Kara2017-10-111-81/+76
| | * | | | | | | | | | audit: Record fanotify access control decisionsSteve Grubb2017-10-103-2/+25
* | | | | | | | | | | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-148-181/+158
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-312-9/+9
OpenPOWER on IntegriCloud