aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo1-5/+7
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding1-2/+1
2019-05-16afs: Fix cell DNS lookupDavid Howells3-75/+130
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg3-0/+99
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same fileKovtunenko Oleksandr1-5/+0
2019-05-15cifs: Allocate memory for all iovs in smb2_ioctlLong Li1-2/+19
2019-05-15cifs: Don't match port on SMBDirect transportLong Li1-0/+4
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds23-196/+818
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger1-1/+1
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger1-2/+2
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-15io_uring: remove 'ev_flags' argumentJens Axboe1-14/+14
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells4-4/+4
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells4-24/+25
2019-05-15afs: Fix missing lock when replacing VL server listDavid Howells1-3/+2
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells3-64/+53
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells1-5/+4
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2-3/+5
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2019-05-14fs/block_dev.c: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-14fs/eventfd.c: make eventfd_ida staticYueHaibing1-1/+1
2019-05-14eventfd: present id to userspace via fdinfoMasatake YAMATO1-0/+8
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan1-1/+3
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao1-3/+8
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham1-0/+9
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook1-0/+11
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan1-1/+2
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan1-14/+16
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan1-8/+8
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan1-57/+54
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan1-4/+0
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan1-9/+11
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan1-1/+2
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton1-2/+0
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracingLin Feng1-1/+1
2019-05-14io_uring: fix failure to verify SQ_AFF cpuJens Axboe1-2/+3
2019-05-14cifs:smbd Use the correct DMA direction when sending dataLong Li1-3/+5
2019-05-14cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been calledLong Li1-17/+20
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-66/+74
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz1-2/+9
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein1-6/+15
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-5/+2
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V1-1/+1