summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/adfs: bigdir: calculate and validate directory checkbyteRussell King2020-01-211-0/+38
* fs/adfs: bigdir: directory validation strengtheningRussell King2020-01-211-1/+28
* fs/adfs: bigdir: extract directory validationRussell King2020-01-211-10/+31
* fs/adfs: bigdir: factor out directory entry offset calculationRussell King2020-01-211-6/+11
* fs/adfs: newdir: split out directory commit from updateRussell King2020-01-213-13/+18
* fs/adfs: newdir: clean up adfs_f_update()Russell King2020-01-211-49/+24
* fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King2020-01-211-26/+7
* fs/adfs: newdir: improve directory validationRussell King2020-01-211-0/+1
* fs/adfs: newdir: factor out directory format validationRussell King2020-01-211-28/+20
* fs/adfs: dir: use pointers to access directory head/tailsRussell King2020-01-213-36/+29
* fs/adfs: dir: add more efficient iterate() per-format methodRussell King2020-01-214-14/+42
* fs/adfs: dir: switch to iterate_shared methodRussell King2020-01-211-3/+2
* fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King2020-01-211-3/+5
* fs/adfs: dir: improve update failure handlingRussell King2020-01-211-12/+36
* fs/adfs: dir: modernise on-disk directory structuresRussell King2020-01-212-27/+31
* fs/adfs: dir: update directory lockingRussell King2020-01-211-26/+29
* fs/adfs: dir: add helper to mark directory buffers dirtyRussell King2020-01-212-4/+13
* fs/adfs: dir: add helper to read directory using inodeRussell King2020-01-211-10/+22
* fs/adfs: dir: add generic directory readingRussell King2020-01-214-77/+74
* fs/adfs: dir: add generic copy functionsRussell King2020-01-214-82/+75
* fs/adfs: dir: add common directory sync methodRussell King2020-01-214-40/+18
* fs/adfs: dir: add common directory buffer release methodRussell King2020-01-214-60/+25
* fs/adfs: dir: add common dir object initialisationRussell King2020-01-213-12/+13
* fs/adfs: dir: rename bh_fplus to bhsRussell King2020-01-212-30/+28
* fs/adfs: map: fix map scanningRussell King2020-01-211-2/+7
* fs/adfs: map: move map-specific sb initialisation to map.cRussell King2020-01-212-10/+10
* fs/adfs: map: use find_next_bit_le() rather than open coding itRussell King2020-01-211-55/+21
* fs/adfs: map: incorporate map offsets into layoutRussell King2020-01-211-11/+11
* fs/adfs: map: factor out map cleanupRussell King2020-01-213-8/+11
* fs/adfs: map: break up adfs_read_map()Russell King2020-01-211-21/+59
* fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King2020-01-213-9/+10
* fs/adfs: map: move map reading and validation to map.cRussell King2020-01-213-98/+100
* fs/adfs: inode: fix adfs_mode2atts()Russell King2020-01-211-9/+9
* fs/adfs: inode: update timestamps to centisecond precisionRussell King2020-01-212-20/+22
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\