summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-301-1/+1
| * | | | | isofs: Delete an unnecessary variable initialisation in isofs_read_inode()Markus Elfring2017-08-231-1/+1
| * | | | | isofs: Adjust four checks for null pointersMarkus Elfring2017-08-231-4/+4
| * | | | | isofs: Delete an error message for a failed memory allocation in isofs_read_i...Markus Elfring2017-08-211-1/+0
| * | | | | quota_v2: Delete an error message for a failed memory allocation in v2_read_f...Markus Elfring2017-08-211-4/+2
| * | | | | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-162-8/+1
| * | | | | fs-udf: Improve six size determinationsMarkus Elfring2017-08-163-7/+6
| * | | | | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
| * | | | | reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-161-1/+1
* | | | | | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-2/+0
|\ \ \ \ \ \
| * | | | | | media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftoversMauro Carvalho Chehab2017-09-051-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0734-111/+265
|\ \ \ \ \ \
| * | | | | | kernfs: checking for IS_ERR() instead of NULLDan Carpenter2017-09-011-2/+2
| * | | | | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-2328-52/+55
| * | | | | | block: cache the partition index in struct block_deviceChristoph Hellwig2017-08-231-0/+1
| * | | | | | btrfs: index check-integrity state hash by a dev_tChristoph Hellwig2017-08-231-18/+13
| * | | | | | blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-0/+19
| * | | | | | kernfs: add exportfs operationsShaohua Li2017-07-291-0/+56
| * | | | | | kernfs: introduce kernfs_node_idShaohua Li2017-07-293-9/+9
| * | | | | | kernfs: don't set dentry->d_fsdataShaohua Li2017-07-296-31/+27
| * | | | | | kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-293-1/+69
| * | | | | | kernfs: implement i_generationShaohua Li2017-07-292-1/+10
| * | | | | | kernfs: use idr instead of ida to manage inode numberShaohua Li2017-07-291-5/+12
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0735-670/+365
|\ \ \ \ \ \ \
| * | | | | | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-071-0/+1
| * | | | | | | mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-073-62/+139
| * | | | | | | userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli2017-09-071-1/+1
| * | | | | | | userfaultfd: provide pid in userfault msgAlexey Perevalov2017-09-071-2/+6
| * | | | | | | mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa2017-09-071-0/+3
| * | | | | | | mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-071-5/+5
| * | | | | | | fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton2017-09-071-5/+0
| * | | | | | | userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAsMike Rapoport2017-09-071-5/+5
| * | | | | | | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-076-11/+8
| * | | | | | | fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara2017-09-071-13/+3
| * | | | | | | hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara2017-09-071-16/+2
| * | | | | | | ext4: use pagevec_lookup_range() in writeback codeJan Kara2017-09-071-7/+5
| * | | | | | | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara2017-09-071-10/+4
| * | | | | | | fs: fix performance regression in clean_bdev_aliases()Jan Kara2017-09-071-6/+8
| * | | | | | | mm: make pagevec_lookup() update indexJan Kara2017-09-077-30/+19
| * | | | | | | fscache: remove unused ->now_uncached callbackJan Kara2017-09-075-174/+0
| * | | | | | | ocfs2: clean up some dead codeJun Piao2017-09-0712-71/+19
| * | | | | | | ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-072-8/+1
| * | | | | | | dax: initialize variable pfn before using itNicolas Iooss2017-09-071-1/+1
| * | | | | | | dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler2017-09-071-7/+4
| * | | | | | | dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler2017-09-071-0/+5
| * | | | | | | dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-071-0/+34
| * | | | | | | dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-071-1/+1
| * | | | | | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-074-223/+79
| * | | | | | | dax: relocate some dax functionsRoss Zwisler2017-09-071-69/+69
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-13/+35
|\ \ \ \ \ \ \ \