summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2009-11-11 01:28:48 +0900
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2009-11-20 10:05:47 +0900
commita49762fd119d191dcbb2f638a2dbc2ed53f4e2bb (patch)
tree5cd999854d4b156c7bcd901694998e60b479f6e8 /tools/perf/scripts/python/bin
parente2073e78575e3690ea3cce67b11b7b1de8e85fd3 (diff)
downloadkernel-a49762fd119d191dcbb2f638a2dbc2ed53f4e2bb.tar.gz
nilfs2: remove buffer locking in nilfs_mark_inode_dirty
This lock is eliminable because inodes on the buffer can be updated independently. Although a log writer also fills in bmap data on the on-disk inodes, this update is exclusively done by a log writer lock. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
1a7a88fc8'>usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin 2011-05-19usb/isp1760: Fix possible unlink problemsArvid Brodin 2011-05-19usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin 2011-05-02usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin 2011-05-02usb/isp1760: Report correct urb status after unlinkArvid Brodin 2011-05-02usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin 2011-05-02usb/isp1760: Clean up urb enqueueingArvid Brodin 2011-05-02usb/isp1760: Remove false error printoutArvid Brodin 2011-04-14Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman 2011-04-13USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun 2011-04-13usb: fix ips1760-hcd printk format warningRandy Dunlap 2011-03-13USB 3.0 Hub ChangesJohn Youn 2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp 2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin 2011-02-28usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin 2011-02-28usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin 2011-02-28usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin 2011-02-28usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin 2011-02-28usb/isp1760: Clean up payload address handlingArvid Brodin 2011-02-28usb/isp1760: Remove redundant variables and definesArvid Brodin 2011-02-28usb/isp1760: Move to native-endian ptdsArvid Brodin 2011-02-17USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior 2010-08-23USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich