aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opGravatar David Howells 2-15/+2
2019-05-16afs: Make some RPC operations non-interruptibleGravatar David Howells 14-35/+99
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleGravatar David Howells 1-0/+1
2019-05-16afs: Fix error propagation from server record check/updateGravatar David Howells 1-3/+3
2019-05-16afs: Fix the maximum lifespan of VL and probe callsGravatar David Howells 5-0/+13
2019-05-16afs: Fix "kAFS: AFS vnode with undefined type 0"Gravatar David Howells 1-0/+2
2019-05-16io_uring: use wait_event_interruptible for cq_wait conditional waitGravatar Jackie Liu 1-15/+2
2019-05-16io_uring: adjust smp_rmb inside io_cqring_eventsGravatar Jackie Liu 1-4/+2
2019-05-16io_uring: fix infinite wait in khread_park() on io_finish_async()Gravatar Roman Penyaev 1-7/+8
2019-05-16Btrfs: tree-checker: detect file extent items with overlapping rangesGravatar Filipe Manana 1-4/+45
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesGravatar Filipe Manana 1-0/+12
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesGravatar Filipe Manana 1-0/+1
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesGravatar Qu Wenruo 1-5/+7
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidGravatar Tobin C. Harding 1-1/+6
2019-05-16btrfs: sysfs: Fix error path kobject memory leakGravatar Tobin C. Harding 1-2/+1
2019-05-16afs: Fix cell DNS lookupGravatar David Howells 3-75/+130
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLEGravatar Ronnie Sahlberg 3-0/+99
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Gravatar Kovtunenko Oleksandr 1-5/+0
2019-05-15cifs: Allocate memory for all iovs in smb2_ioctlGravatar Long Li 1-2/+19
2019-05-15cifs: Don't match port on SMBDirect transportGravatar Long Li 1-0/+4
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 23-196/+818
2019-05-15ubifs: Convert xattr inum to host orderGravatar Richard Weinberger 1-1/+1
2019-05-15ubifs: Use correct config name for encryptionGravatar Richard Weinberger 1-2/+2
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRGravatar YueHaibing 1-1/+5
2019-05-15io_uring: remove 'ev_flags' argumentGravatar Jens Axboe 1-14/+14
2019-05-15dns_resolver: Allow used keys to be invalidatedGravatar David Howells 4-4/+4
2019-05-15afs: Fix afs_cell records to always have a VL server list recordGravatar David Howells 4-24/+25
2019-05-15afs: Fix missing lock when replacing VL server listGravatar David Howells 1-3/+2
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueGravatar David Howells 3-64/+53
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()Gravatar David Howells 1-5/+4
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()Gravatar David Howells 2-3/+5
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksGravatar Theodore Ts'o 1-0/+5
2019-05-14fs/block_dev.c: Remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2019-05-14fs/cachefiles/namei.c: remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2019-05-14fs/coda/psdev.c: remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2019-05-14fs/eventfd.c: make eventfd_ida staticGravatar YueHaibing 1-1/+1
2019-05-14eventfd: present id to userspace via fdinfoGravatar Masatake YAMATO 1-0/+8
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsGravatar Alexey Dobriyan 1-1/+3
2019-05-14fs/fat/file.c: issue flush after the writeback of FATGravatar Hou Tao 1-3/+8
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashGravatar Bharath Vedartham 1-0/+9
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execGravatar Kees Cook 1-0/+11
2019-05-14elf: init pt_regs pointer laterGravatar Alexey Dobriyan 1-1/+2
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsGravatar Alexey Dobriyan 1-14/+16
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageGravatar Alexey Dobriyan 1-8/+8
2019-05-14fs/binfmt_elf.c: save 1 indent levelGravatar Alexey Dobriyan 1-57/+54
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Gravatar Alexey Dobriyan 1-4/+0
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPGravatar Alexey Dobriyan 1-9/+11
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerGravatar Alexey Dobriyan 1-1/+2
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackGravatar Andrew Morton 1-2/+0
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Gravatar Lin Feng 1-1/+1