summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-076-80/+214
|\
| * fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi2021-09-061-9/+6
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-063-0/+100
| * fuse: flush extending writesMiklos Szeredi2021-08-311-1/+1
| * fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-08-171-2/+5
| * fuse: allow sharing existing sbMiklos Szeredi2021-08-051-1/+37
| * fuse: move fget() to fuse_get_tree()Miklos Szeredi2021-08-052-23/+22
| * fuse: move option checking into fuse_fill_super()Miklos Szeredi2021-08-041-7/+6
| * fuse: name fs_context consistentlyMiklos Szeredi2021-08-043-41/+41
| * fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi2021-08-041-2/+2
* | Revert "memcg: enable accounting for pollfd and select bits arrays"Linus Torvalds2021-09-071-2/+2
* | Revert "memcg: enable accounting for file lock caches"Linus Torvalds2021-09-071-4/+2
* | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+1
* | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-062-180/+320
|\ \
| * | io_uring: fix possible poll event lost in multi shot modeXiaoguang Wang2021-09-031-3/+13
| * | io_uring: prolong tctx_task_work() with flushingPavel Begunkov2021-09-031-0/+3
| * | io_uring: don't disable kiocb_done() CQE batchingPavel Begunkov2021-09-031-1/+1
| * | io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLLJens Axboe2021-09-031-4/+24
| * | io-wq: make worker creation resilient against signalsJens Axboe2021-09-021-57/+166
| * | io-wq: get rid of FIXED worker flagJens Axboe2021-09-021-19/+16
| * | io-wq: only exit on fatal signalsJens Axboe2021-09-011-1/+3
| * | io-wq: split bounded and unbounded work into separate listsJens Axboe2021-09-011-88/+68
| * | io-wq: fix queue stalling raceJens Axboe2021-08-311-8/+7
| * | io_uring: don't submit half-prepared drain requestPavel Begunkov2021-08-311-0/+5
| * | io_uring: fix queueing half-created requestsPavel Begunkov2021-08-311-1/+12
| * | io-wq: ensure that hash wait lock is IRQ disablingJens Axboe2021-08-311-2/+2
| * | io_uring: retry in case of short read on block deviceMing Lei2021-08-311-1/+7
| * | io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe2021-08-311-0/+1
| * | io-wq: fix race between adding work and activating a free workerJens Axboe2021-08-311-27/+24
* | | binfmt: a.out: Fix bogus semicolonGeert Uytterhoeven2021-09-051-1/+1
* | | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-045-10/+10
|\ \ \
| * | | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
| * | | binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-033-6/+5
| * | | kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-1/+3
| * | | binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-032-2/+2
* | | | Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2021-09-0430-0/+30902
|\ \ \ \
| * | | | fs/ntfs3: Change how module init/info messages are displayedKari Argillander2021-09-021-19/+8
| * | | | fs/ntfs3: Remove GPL boilerplates from decompress lib filesKari Argillander2021-09-024-53/+0
| * | | | fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander2021-09-021-5/+1
| * | | | fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander2021-09-021-2/+3
| * | | | fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-3115-75/+84
| * | | | fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-3110-529/+563
| * | | | fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander2021-08-311-8/+0
| * | | | fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-3021-2070/+1987
| * | | | fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter2021-08-271-20/+16
| * | | | fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter2021-08-271-1/+2
| * | | | fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter2021-08-271-0/+1
| * | | | fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter2021-08-271-1/+1
| * | | | fs/ntfs3: add checks for allocation failureDan Carpenter2021-08-271-2/+16
| * | | | fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-273-6/+5