aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-08-17 16:20:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-08-17 16:20:45 -0700
commit4e7fca0d0afdfa6be0f429f9a2649b3cf92197e7 (patch)
tree91ef397b12a6a8ea9e89aa2b162709ddea2a6127 /tools
parentMerge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
parentata: ahci_brcmstb: Fix misuse of IS_ENABLED (diff)
downloadlinux-4e7fca0d0afdfa6be0f429f9a2649b3cf92197e7.tar.gz
linux-4e7fca0d0afdfa6be0f429f9a2649b3cf92197e7.zip
Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fixes from Tejun Heo: "Three minor device-specific fixes and revert of NCQ autosense added during this -rc1. It turned out that NCQ autosense as currently implemented interferes with the usual error handling behavior. It will be revisited in the near future" * 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: ata: ahci_brcmstb: Fix misuse of IS_ENABLED sata_sx4: Check return code from pdc20621_i2c_read() Revert "libata: Implement NCQ autosense" Revert "libata: Implement support for sense data reporting" Revert "libata-eh: Set 'information' field for autosense" ata: ahci_brcmstb: Fix warnings with CONFIG_PM_SLEEP=n
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
ef='/linux/commit/fs/smb/client/dir.c?id=aa12118dbcfe659697567c9daa0eac2c71e3fd37&follow=1'>smb client: fix bug with newly created file in cached dirBharath SM1-0/+1 2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42 2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho1-1/+4 2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho1-4/+1 2025-10-01smb: client: transport: minor indentation style fixFiona Ebner1-2/+1 2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9 2025-10-01smb: client: remove unused fid_lockHenrique Carvalho2-15/+3 2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1 2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French4-6/+13 2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM5-14/+63 2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38