index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-09
usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
Udipto Goswami
1
-1
/
+3
2023-02-01
usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
Udipto Goswami
1
-0
/
+2
2023-02-01
usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
Udipto Goswami
1
-0
/
+5
2022-09-07
usb: gadget: f_fs: stricter integer overflow checks
Dan Carpenter
1
-2
/
+2
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-10
usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
Linyu Yuan
1
-0
/
+6
2022-06-10
usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
Linyu Yuan
1
-15
/
+19
2022-02-14
Merge 5.17-rc4 into usb-next
Greg Kroah-Hartman
1
-14
/
+42
2022-01-31
usb: f_fs: Fix use-after-free for epfile
Udipto Goswami
1
-14
/
+42
2022-01-26
usb: gadget: f_fs: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
1
-2
/
+2
2022-01-03
Merge 5.16-rc8 into usb-next
Greg Kroah-Hartman
1
-3
/
+6
2021-12-21
usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
Vincent Pelletier
1
-3
/
+6
2021-11-17
usb: gadget: f_fs: Use stream_open() for endpoint files
Pavankumar Kondeti
1
-2
/
+2
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-25
usb: remove res2 argument from gadget code completions
Jens Axboe
1
-1
/
+1
2021-08-05
usb: gadget: remove useless cast
Salah Triki
1
-1
/
+1
2021-08-05
usb: gadget: Fix inconsistent indent
Wei Ming Chen
1
-1
/
+1
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2021-06-09
usb: gadget: f_fs: Fix setting of device and driver data cross-references
Andrew Gabbasov
1
-33
/
+32
2021-06-04
usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
Wesley Cheng
1
-0
/
+3
2021-03-23
USB: gadget: f_fs: fix memdup_user.cocci warnings
kernel test robot
1
-8
/
+3
2021-03-23
usb: gadget/function/f_fs string table fix for multiple languages
Dean Anderson
1
-1
/
+2
2020-12-10
USB: gadget: f_fs: remove likely/unlikely
Greg Kroah-Hartman
1
-89
/
+88
2020-12-10
usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
Jack Pham
1
-1
/
+4
2020-12-07
Merge 5.10-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+4
2020-12-04
usb: gadget: f_fs: Use local copy of descriptors for userspace copy
Vamsi Krishna Samavedam
1
-2
/
+4
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-09
usb: gadget: function: f_fs: Demote function header which is clearly not kern...
Lee Jones
1
-1
/
+1
2020-06-11
kernel: set USER_DS in kthread_use_mm
Christoph Hellwig
1
-4
/
+0
2020-06-11
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-11
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-1
/
+1
2020-05-25
usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()
Jason Yan
1
-1
/
+1
2020-04-16
usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()
Udipto Goswami
1
-0
/
+4
2020-03-31
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-03-26
usb: gadget: f_fs: Fix use after free issue as part of queue failure
Sriharsha Allenki
1
-0
/
+1
2020-03-21
completion: Use simple wait queues
Thomas Gleixner
1
-1
/
+1
2020-02-11
usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
Lars-Peter Clausen
1
-2
/
+3
2020-02-09
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+3
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-01-15
usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer
Peter Chen
1
-0
/
+2
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-10-23
compat_ioctl: use correct compat_ptr() translation in drivers
Arnd Bergmann
1
-11
/
+1
2019-09-19
vfs: Convert functionfs to use the new mount API
David Howells
1
-113
/
+120
2019-06-18
usb: gadget: Zero ffs_io_data
Andrzej Pietrasiewicz
1
-2
/
+4
2019-06-18
usb: gadget: f_fs: data_len used before properly set
Fei Yang
1
-1
/
+2
2019-05-03
usb: gadget: f_fs: don't free buffer prematurely
Fei Yang
1
-1
/
+2
2019-02-11
usb: f_fs: Avoid crash due to out-of-scope stack ptr access
John Stultz
1
-0
/
+1
2019-02-07
usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() call
Andrzej Pietrasiewicz
1
-0
/
+11
[next]