summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-05-021-43/+29
* aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-05-021-0/+1
* aio: abstract out io_event filler helperJens Axboe2019-05-021-4/+10
* aio: split out iocb copy from io_submit_one()Jens Axboe2019-05-021-30/+38
* aio: use iocb_put() instead of open coding itJens Axboe2019-05-021-2/+1
* aio: don't zero entire aio_kiocb aio_get_req()Jens Axboe2019-05-021-2/+7
* aio: separate out ring reservation from req allocationChristoph Hellwig2019-05-021-13/+17
* aio: use assigned completion handlerJens Axboe2019-05-021-1/+1
* aio: clear IOCB_HIPRIChristoph Hellwig2019-05-021-3/+8
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-021-2/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-022-1/+8
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-022-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-021-1/+5
* ceph: only use d_name directly when parent is lockedJeff Layton2019-05-021-11/+50
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-2/+2
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-021-0/+4
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-05-021-0/+1
* ext4: fix some error pointer dereferencesDan Carpenter2019-05-021-0/+3
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-272-0/+27
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-271-0/+2
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-271-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-271-1/+1
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* f2fs: fix to dirty inode for i_mode recoveryChao Yu2019-04-201-4/+1
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37