summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-22smb3: display session id in debug dataSteve French1-0/+2
2019-05-22jbd2: fix potential double freeChengguang Xu3-33/+56
2019-05-22ext4: avoid panic during forced reboot due to aborted journalJan Kara1-1/+1
2019-05-22ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
2019-05-22ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-05-22ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-05-22fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue1-3/+8
2019-05-22Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana3-1/+50
2019-05-22Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana1-6/+12
2019-05-22Btrfs: do not start a transaction during fiemapFilipe Manana1-6/+10
2019-05-22Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana1-0/+36
2019-05-22btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-05-22btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov1-6/+11
2019-05-22btrfs: Check the first key and level for cached extent bufferQu Wenruo3-5/+18
2019-05-22ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-05-22ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-05-22ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-05-22ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-05-22ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o1-1/+1
2019-05-22ext4: make sanity check in mballoc more strictJan Kara1-1/+1
2019-05-22jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-05-22ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-05-22hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-5/+2
2019-05-22mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams1-4/+2
2019-05-16f2fs: Fix use of number of devicesDamien Le Moal5-15/+32
2019-05-16kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri1-3/+2
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+8
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds2-92/+160
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds1-1/+1
2019-05-01io_uring: avoid page allocation warningsMark Rutland1-8/+9
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei1-1/+2
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe1-3/+4
2019-05-01io_uring: free allocated io_memory onceMark Rutland1-8/+7
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland1-7/+3
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe1-28/+6
2019-05-01Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+18
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler1-6/+0
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler1-2/+5
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler1-7/+4
2019-04-30io_uring: fix notes on barriersStefan Bühler1-9/+110
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler1-7/+10
2019-04-29Abort file_remove_privs() for non-reg. filesAlexander Lochmann1-2/+7
2019-04-29[fix] get rid of checking for absent device name in vfs_get_tree()Al Viro1-5/+0
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2-8/+18
2019-04-28Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+26
2019-04-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4