aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-85/+205
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds13-220/+423
2020-06-09Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-9/+7
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds22-531/+1474
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-469/+423
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse11-34/+34
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-3/+3
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse8-53/+53
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport4-4/+0
2020-06-09afs: Fix use of BUG()David Howells1-1/+2
2020-06-09afs: Fix file lockingDavid Howells2-2/+1
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter1-1/+1
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim1-2/+2
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon1-4/+4
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon1-2/+0
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada4-27/+19
2020-06-09exfat: add boot region verificationTetsuhiro Kohada3-0/+65
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada2-43/+56
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada3-93/+72
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada5-182/+124
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada7-22/+22
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan1-1/+1
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2-15/+0
2020-06-09exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár1-8/+2
2020-06-09exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven1-3/+4
2020-06-09exfat: Use a more common logging styleJoe Perches8-74/+60
2020-06-09exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár1-7/+2
2020-06-08f2fs: attach IO flags to the missing casesJaegeuk Kim1-0/+2
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim3-9/+18
2020-06-08f2fs: remove unused parameter of f2fs_put_rpages_mapping()Chao Yu1-4/+3
2020-06-08f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu1-1/+8
2020-06-08f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers4-14/+8
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-184/+807
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds16-76/+396
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+150
2020-06-08binfmt_flat: use flush_icache_user_rangeChristoph Hellwig1-1/+1
2020-06-08exec: use flush_icache_user_range in read_codeChristoph Hellwig1-1/+1
2020-06-08exec: only build read_code when neededChristoph Hellwig1-0/+3
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli1-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka1-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka1-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+107
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKLinus Torvalds2-2/+2
2020-06-08vfs: do not do group lookup when not necessaryLinus Torvalds1-15/+29
2020-06-08ovl: remove unnecessary lock checkyoungjun1-6/+1
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds1-1/+1
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei1-1/+1
2020-06-05Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+4
2020-06-05Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds4-20/+9
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds27-729/+1041
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds34-3897/+4340
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds40-629/+861
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher9-38/+289
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-05gfs2: new slab for transactionsBob Peterson6-8/+32
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson3-2/+4
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher2-5/+40
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher1-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher2-2/+7
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher1-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher4-5/+14
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher1-6/+47
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher3-2/+57
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher7-8/+65
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher4-1/+26
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson1-4/+3
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson1-9/+25
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson2-3/+13
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson1-9/+16
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-61/+135
2020-06-04exec: open code copy_string_kernelChristoph Hellwig1-9/+34
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig4-15/+14
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches1-3/+4
2020-06-04fat: improve the readahead for FAT entriesOGAWA Hirofumi1-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos1-4/+0
2020-06-04proc: rename "catch" function argumentAlexey Dobriyan1-4/+4
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds8-274/+229
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds10-93/+193
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-13/+2
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-12/+19
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+1
2020-06-04cifs: update internal module version numberSteve French1-1/+1
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel3-0/+34
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel2-4/+14
2020-06-04smb3: remove static checker warningSteve French1-1/+1
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel9-198/+356
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel4-7/+7
2020-06-04cifs: dump Security Type info in DebugDataKenneth D'souza1-0/+6
2020-06-04f2fs: fix retry logic in f2fs_write_cache_pages()Sahitya Tummala1-9/+4
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells3-12/+88
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells2-11/+15
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells4-8/+18
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells1-1/+4
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells3-11/+59
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells17-543/+257
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells6-23/+39
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells2-0/+62
2020-06-04afs: Detect cell aliases 2 - Cells with no root volumesDavid Howells1-1/+89
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells9-13/+287
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells5-2/+116
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells2-1/+5
2020-06-04afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells1-2/+3
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells2-54/+2
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells20-2821/+2640
2020-06-04ovl: make oip->index boolMiklos Szeredi2-2/+2
2020-06-04ovl: only pass ->ki_flags to ovl_iocb_to_rwf()Miklos Szeredi1-4/+3
2020-06-04ovl: make private mounts longtermMiklos Szeredi2-1/+22
2020-06-04ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2-55/+48
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi7-30/+35
2020-06-04ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-04smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-04smb3: default to minimum of two channels when multichannel specifiedSteve French1-0/+4
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+65
2020-06-03ext4: avoid unnecessary transaction starts during writebackJan Kara1-18/+13
2020-06-03ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe1-0/+6
2020-06-03ext4: remove the access_ok() check in ext4_ioctl_get_es_cacheChristoph Hellwig1-5/+0
2020-06-03fs: remove the access_ok() check in ioctl_fiemapChristoph Hellwig1-5/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig10-31/+13
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig8-48/+38
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig15-0/+15
2020-06-03fs: mark __generic_block_fiemap staticChristoph Hellwig1-3/+1
2020-06-03ext4: remove the call to fiemap_check_flags in ext4_fiemapChristoph Hellwig1-3/+0
2020-06-03ext4: split _ext4_fiemapChristoph Hellwig1-37/+35
2020-06-03ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2-31/+33
2020-06-03ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-06-03add comment for ext4_dir_entry_2 file_type memberJonathan Grant1-1/+1
2020-06-03jbd2: avoid leaking transaction credits when unreserving handleJan Kara1-3/+11
2020-06-03ext4: drop ext4_journal_free_reserved()Jan Kara1-6/+0
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2-1/+14
2020-06-03ext4: mballoc: refactor ext4_mb_good_group()Ritesh Harjani1-28/+50
2020-06-03ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handlingRitesh Harjani1-5/+51
2020-06-03ext4: mballoc: refactor ext4_mb_discard_preallocations()Ritesh Harjani1-3/+12
2020-06-03ext4: mballoc: add blocks to PA list under same spinlock after allocating blocksRitesh Harjani1-35/+62
2020-06-03ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers1-1/+3
2020-06-03ext4: rework map struct instantiation in ext4_ext_map_blocks()Eric Whitney1-25/+25
2020-06-03ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani4-88/+87
2020-06-03ext4: mballoc: make mb_debug() implementation to use pr_debug()Ritesh Harjani3-68/+55
2020-06-03ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_exte...Ritesh Harjani1-3/+1
2020-06-03ext4: improve ext_debug() msg in case of block allocation failureRitesh Harjani2-2/+6
2020-06-03ext4: use BIT() macro for BH_** state bitsRitesh Harjani2-6/+6
2020-06-03ext4: balloc: use task_pid_nr() helperRitesh Harjani1-2/+3
2020-06-03ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECKRitesh Harjani1-2/+9
2020-06-03ext4: mballoc: refactor code inside DOUBLE_CHECK into separate functionRitesh Harjani1-17/+33
2020-06-03ext4: mballoc: make ext4_mb_use_preallocated() return type as boolRitesh Harjani1-7/+7
2020-06-03ext4: mballoc: simplify error handling in ext4_init_mballoc()Ritesh Harjani1-10/+13
2020-06-03ext4: mballoc: fix few other format specifier in mb_debug()Ritesh Harjani1-6/+6
2020-06-03ext4: mballoc: correct the mb_debug() format specifier for pa_len varRitesh Harjani1-5/+5
2020-06-03ext4: mballoc: add more mb_debug() msgsRitesh Harjani1-4/+14
2020-06-03ext4: mballoc: refactor ext4_mb_show_ac()Ritesh Harjani1-25/+40
2020-06-03ext4: mballoc: print bb_free info even when it is 0Ritesh Harjani1-2/+0
2020-06-03ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o2-10/+34
2020-06-03ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-06-03ext4: fix a typo in a commentChristophe JAILLET1-1/+1
2020-06-03ext4: clean up ext4_ext_convert_to_initialized() error handlingEric Whitney1-5/+18
2020-06-03ext4: clean up GET_BLOCKS_PRE_IO error handlingEric Whitney1-6/+20
2020-06-03ext4: remove redundant GET_BLOCKS_CONVERT codeEric Whitney1-18/+8
2020-06-03ext4: remove dead GET_BLOCKS_ZERO codeEric Whitney1-8/+0
2020-06-03ext4: don't ignore return values from ext4_ext_dirty()Harshad Shirwadkar1-1/+5
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar12-73/+139
2020-06-03ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-06-03ext4: Avoid freeing inodes on dirty listJan Kara1-0/+10
2020-06-03writeback: Export inode_io_list_del()Jan Kara2-2/+1
2020-06-03ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang1-0/+1
2020-06-03ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-06-03ext4: remove unnecessary comparisons to boolJason Yan2-2/+2
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney3-14/+4
2020-06-03ext4: fix a style issue in fs/ext4/acl.cCarlos Guerrero Álvarez1-2/+1
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2-6/+6
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-246/+82
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-128/+51
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2-4/+16
2020-06-03ovl: drop negative dentry in upper layerChengguang Xu1-7/+28
2020-06-03ovl: check permission to open real fileMiklos Szeredi1-2/+14
2020-06-03ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi1-1/+4
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-173/+136
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-3/+3
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds44-3033/+3206
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-5/+23
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+3
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds101-4814/+4241
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds4-363/+433
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+0
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds24-123/+172
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi1-1/+26