summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-0315-92/+116
|\
| * userfaultfd: prevent concurrent API initializationNadav Amit2021-09-031-47/+44
| * userfaultfd: change mmap_changing to atomicNadav Amit2021-09-031-12/+13
| * mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-0/+2
| * mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-3/+3
| * memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-1/+1
| * memcg: enable accounting for fasync_cacheVasily Averin2021-09-031-1/+2
| * memcg: enable accounting for file lock cachesVasily Averin2021-09-031-2/+4
| * memcg: enable accounting for pollfd and select bits arraysVasily Averin2021-09-031-2/+2
| * memcg: enable accounting for mnt_cache entriesVasily Averin2021-09-031-2/+3
| * memcg: charge fs_context and legacy_fs_contextYutian Yang2021-09-031-2/+2
| * fs, mm: fix race in unlinking swapfileHugh Dickins2021-09-031-1/+7
| * mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-1/+1
| * writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt2021-09-031-11/+9
| * fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner2021-09-031-1/+1
| * fs: drop_caches: fix skipping over shadow cache inodesJohannes Weiner2021-09-031-1/+2
| * writeback: reliably update bandwidth estimationJan Kara2021-09-031-3/+0
| * writeback: track number of inodes under writebackJan Kara2021-09-031-0/+5
| * ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He2021-09-031-0/+12
| * ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...Tuo Li2021-09-032-1/+2
| * ocfs2: remove an unnecessary conditionDan Carpenter2021-09-031-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-031-1/+1
|\ \
| * | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-291-1/+1
* | | Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-025-1/+219
|\ \ \
| * | | fat: Add KUnit tests for checksums and timestampsDavid Gow2021-08-135-1/+219
| |/ /
* | | Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-09-021-56/+31
|\ \ \
| * | | configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
| * | | configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
| * | | configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
| * | | configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* | | | Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-09-029-415/+458
|\ \ \ \
| * | | | fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring2021-09-011-0/+1
| * | | | fs: dlm: fix return -EINTR on recovery stoppedAlexander Aring2021-08-193-3/+9
| * | | | fs: dlm: implement delayed ack handlingAlexander Aring2021-08-193-8/+50
| * | | | fs: dlm: move receive loop into receive handlerAlexander Aring2021-07-191-37/+31
| * | | | fs: dlm: fix multiple empty writequeue allocAlexander Aring2021-07-191-0/+21
| * | | | fs: dlm: generic connect funcAlexander Aring2021-07-191-193/+150
| * | | | fs: dlm: auto load sctp moduleAlexander Aring2021-07-191-5/+15
| * | | | fs: dlm: introduce generic listenAlexander Aring2021-07-191-115/+113
| * | | | fs: dlm: move to static proto opsAlexander Aring2021-07-191-22/+30
| * | | | fs: dlm: introduce con_next_wq helperAlexander Aring2021-07-191-22/+35
| * | | | fs: dlm: cleanup and remove _send_rcomAlexander Aring2021-07-191-18/+11
| * | | | fs: dlm: clear CF_APP_LIMITED on closeAlexander Aring2021-07-191-0/+1
| * | | | fs: dlm: fix typo in tlv prefixAlexander Aring2021-07-191-1/+1
| * | | | fs: dlm: use READ_ONCE for config varAlexander Aring2021-07-191-1/+1
| * | | | fs: dlm: use sk->sk_socket instead of con->sockAlexander Aring2021-07-191-2/+1
| | |/ / | |/| |
* | | | d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds2021-09-021-30/+63
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0222-725/+1354
|\ \ \ \
| * | | | ext4: make the updating inode data procedure atomicZhang Yi2021-08-311-16/+28
| * | | | ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-311-84/+78