summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-29btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor1-1/+1
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain4-13/+18
2019-04-29btrfs: rename fs_info argument to fs_privateAnand Jain1-2/+2
2019-04-29btrfs: drop redundant forward declaration in props.cAnand Jain1-84/+79
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain4-26/+14
2019-04-29btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn1-6/+2
2019-04-29btrfs: tracepoints: Add trace events for extent_io_treeQu Wenruo2-1/+161
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo8-13/+43
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba3-4/+4
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo8-17/+20
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana3-8/+0
2019-04-29btrfs: zstd: remove indirect calls for local functionsDennis Zhou1-4/+7
2019-04-29btrfs: scrub: return EAGAIN when fs is closingDavid Sterba1-1/+1
2019-04-29btrfs: Initialize inode::i_mapping once in btrfs_symlinkGoldwyn Rodrigues1-1/+0
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo1-5/+8
2019-04-29btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockJohannes Thumshirn1-1/+1
2019-04-29btrfs: factor our read/write stage off csum_tree_block into its callersJohannes Thumshirn1-26/+29
2019-04-29Linux 5.1-rc7v5.1-rc7Linus Torvalds1-1/+1
2019-04-27slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-04-27Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman2-8/+21
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-04-26mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand1-0/+1
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn3-16/+17
2019-04-26dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu1-1/+1
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2-5/+13
2019-04-25drm/bridge: dw-hdmi: fix SCDC configuration for ddc-i2c-busJonas Karlman1-4/+8
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven1-4/+8
2019-04-25drm/vmwgfx: Fix dma API layer violationThomas Hellstrom1-28/+5
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan1-5/+5
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-04-24rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2-5/+10
2019-04-24MAINTAINERS: LEDs: Add designated reviewer for LED subsystemDan Murphy1-0/+1
2019-04-24net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-04-24net: vrf: Fix operation not supported when set vrf macMiaohe Lin1-0/+2
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse2-15/+23
2019-04-24cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-04-24cifs: fix memory leak in SMB2_readRonnie Sahlberg1-0/+1
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian1-5/+1