summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-251-0/+7
* ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-253-7/+6
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-251-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-251-6/+8
* dcache: sort the freeing-without-RCU-delay mess for good.Al Viro2019-05-252-13/+14
* proc: prevent changes to overridden credentialsPaul Moore2019-05-251-0/+5
* ext4: don't update s_rev_level if not requiredAndreas Dilger2019-05-223-3/+5
* ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-05-221-1/+1
* pstore: Refactor compression initializationKees Cook2019-05-221-15/+33
* pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2019-05-222-2/+10
* pstore: Centralize init/exit routinesKees Cook2019-05-223-11/+28
* jbd2: fix potential double freeChengguang Xu2019-05-223-33/+56
* ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-221-1/+1
* ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-221-1/+4
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-221-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-221-2/+15
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-221-3/+8
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-05-221-6/+12
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-05-221-6/+10
* Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-05-221-0/+36
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-05-221-6/+19
* btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov2019-05-221-6/+11
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-05-223-5/+18
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-221-1/+1
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-05-221-1/+1
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-05-221-24/+34
* ext4: avoid drop reference to iloc.bh twicePan Bian2019-05-221-0/+1
* ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-05-221-1/+1
* ext4: make sanity check in mballoc more strictJan Kara2019-05-221-1/+1
* jbd2: check superblock mapped prior to committingJiufei Xue2019-05-221-0/+4
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-221-1/+29
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-221-5/+2
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-221-4/+2
* afs: Unlock pages for __pagevec_release()Marc Dionne2019-05-161-0/+1
* kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-05-161-3/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-05-082-2/+21
* hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-05-081-6/+14
* debugfs: fix use-after-free on symlink traversalAl Viro2019-05-081-4/+9
* jffs2: fix use-after-free on symlink traversalAl Viro2019-05-082-6/+4
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-041-1/+1
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-043-10/+18
* Fix aio_poll() racesAl Viro2019-05-021-50/+40
* aio: store event at final iocb_put()Al Viro2019-05-021-16/+17
* aio: keep io_event in aio_kiocbAl Viro2019-05-021-18/+13
* aio: fold lookup_kiocb() into its sole callerAl Viro2019-05-021-22/+7
* pin iocb through aio.Linus Torvalds2019-05-021-16/+21