summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-2/+2
|\
| * kernfs: Declare two local data structures staticBart Van Assche2016-11-291-2/+2
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1355-170/+413
|\ \
| * | block: protect iterate_bdevs() against concurrent closeRabin Vincent2016-12-011-1/+6
| * | fs: logfs: remove unnecesary checkMing Lei2016-11-221-1/+0
| * | fs: logfs: use bio_add_page() in do_erase()Ming Lei2016-11-221-29/+15
| * | fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei2016-11-221-31/+20
| * | fs: logfs: convert to bio_add_page() in sync_request()Ming Lei2016-11-221-5/+1
| * | block: bio: pass bvec table to bio_init()Ming Lei2016-11-222-6/+2
| * | block_dev: get rid of blksize bits calculationJens Axboe2016-11-221-4/+4
| * | block_dev: Fixed direct I/O bio sector calculationDamien Le Moal2016-11-221-2/+2
| * | block: new direct I/O implementationChristoph Hellwig2016-11-171-4/+162
| * | block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe2016-11-171-2/+12
| * | block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-171-4/+15
| * | block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-171-0/+80
| * | block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
| * | writeback: add wbc_to_write_flags()Jens Axboe2016-11-026-12/+7
| * | mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-014-0/+4
| * | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-0114-0/+14
| * | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0133-86/+87
| * | btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-2/+2
| * | block: better op and flags encodingChristoph Hellwig2016-10-284-6/+5
* | | Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-136-126/+293
|\ \ \
| * | | ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-151-2/+11
| * | | pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-151-2/+2
| * | | pstore: Protect unlink with read_mutexNamhyung Kim2016-11-151-2/+5
| * | | pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-151-2/+5
| * | | pstore: Clarify context field przs as dprzsKees Cook2016-11-151-12/+12
| * | | pstore: improve error report for failed setupKees Cook2016-11-151-19/+34
| * | | pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-151-13/+109
| * | | pstore: Add ftrace timestamp counterJoel Fernandes2016-11-153-37/+9
| * | | ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-151-17/+55
| * | | pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-151-28/+54
| * | | pstore: Allow prz to control need for lockingJoel Fernandes2016-11-152-11/+18
| * | | pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes2016-11-111-4/+2
| * | | pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-111-6/+5
| * | | pstore: Actually give up during locking failureLi Pengcheng2016-11-081-0/+1
* | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-122-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-1865-832/+944
| |\ \ \ \
| * | | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-242-3/+3
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1222-82/+101
|\ \ \ \ \ \
| * | | | | | binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron2016-12-121-2/+4
| * | | | | | printk/btrfs: handle more message headersPetr Mladek2016-12-121-11/+15
| * | | | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-123-6/+15
| * | | | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-121-4/+4
| * | | | | | fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-121-1/+1
| * | | | | | proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-121-8/+21
| * | | | | | proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-121-1/+3
| * | | | | | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-122-2/+2
| * | | | | | proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-121-1/+1